字节数组转字符

byte2string

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

字符串转字节数组

string2byte

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

posted on 2010-09-30 12:03  努力实现目标  阅读(3845)  评论(0编辑  收藏  举报