C#中string与byte[]格式互转
实现功能:
1,string转byte[]格式
2,byte[]格式转成string格式
转换代码如下:
//byte[]格式转成string格式 stringstr = Encoding.UTF8.GetString(bytes) //string转byte[]格式 bytes = Encoding.Default.GetBytes(str)
C#中string与byte[]格式互转
实现功能:
1,string转byte[]格式
2,byte[]格式转成string格式
转换代码如下:
//byte[]格式转成string格式 stringstr = Encoding.UTF8.GetString(bytes) //string转byte[]格式 bytes = Encoding.Default.GetBytes(str)
版权所属: www.yunjson.com
本文链接: http://www.yunjson.com/articleinfo/171/
特别声明:如需转载,请以链接形式注明本文出处!
QQ技术群:308250404
投稿邮箱:post@yunjson.com
针对有价值的原创技术投稿予以一定稿酬
期待有独特技术、独特想法的你来加入!