码迷,mamicode.com
首页 > 其他好文 > 详细

字符串utf-8相互转换

时间:2020-06-19 16:26:25      阅读:65      评论:0      收藏:0      [点我收藏+]

标签:sys   system   odi   res   utf-8   input   inpu   相互   enc   

--------字符串转utf-8

UTF8Encoding utf8 = new UTF8Encoding();
byte[] encodedBytes = utf8.GetBytes(json);

----------------------utf-8转字符串

string inputString = System.Text.Encoding.UTF8.GetString(response);

字符串utf-8相互转换

标签:sys   system   odi   res   utf-8   input   inpu   相互   enc   

原文地址:https://www.cnblogs.com/zttb/p/13163260.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!