coding/c#

C# byte[]

사과키라임파이 2021. 12. 21. 09:23

byte[] toEncryptArray = UTF8Encoding.UTF8.GetBytes(plainText); // byte[4] {116, 101, 115, 116}