c# string to byte array 在 Converting string to byte array in C# - Stack Overflow 的評價 string input = "some text"; byte[] array = Encoding.ASCII.GetBytes(input);. Hope to fix it! ... <看更多>