字节数组转字符

byte2string

            byte[] JieGuo = 字节数组
            string JieGuoZiFu = BitConverter.ToString(JieGuo);

字符串转字节数组

string2byte

             byte[] YaoSanLie = Encoding.ASCII.GetBytes(字符串);

相关文章: