一种字节转字符串的语法

            ASCIIEncoding encoder = new ASCIIEncoding();
            string Str = encoder.GetString(message, 0, bytesRead);
原文地址:https://www.cnblogs.com/jumahe/p/4554644.html