字符串与字符转换

byte[] bytes = encoding.GetBytes(PostStr);

string retstr = System.Text.Encoding.UTF8.GetString(bytes);

原文地址:https://www.cnblogs.com/wangchuang/p/2518556.html