... the encoding of your string whether its is in ASCII or UTF8. So you can use System.Text.Encoding.Unicode.GetBytes() to convert a string to Byte array.
確定! 回上一頁