字符串 转 数组

              string resultStr = "";     

                byte[] tempByte = System.Text.Encoding.Default.GetBytes(resultStr);  // 读取字符串 到字节数组    一个中文   2个字节;

原文地址:https://www.cnblogs.com/enych/p/14836900.html