C#文本字符串如何转换为16进制的byte[]数组

2024-12-30 01:04:26
推荐回答(1个)
回答1:

byte[] buffer=Encoding.GetEncoding("GB2312").GetBytes(textBox1.Text);