byte[] 解码编码

 

 

 

string strcode = "汉字汉字汉字";
byte[] buffer = Encoding.UTF8.GetBytes(strcode);
string msg = Encoding.UTF8.GetString(buffer, 0, buffer.Length);

posted @ 2016-08-10 17:12  人生为卒  阅读(568)  评论(0)    收藏  举报