标签:
ASCIIEncoding encoder = new ASCIIEncoding(); string Str = encoder.GetString(message, 0, bytesRead);
一种字节转字符串的语法
原文地址:http://www.cnblogs.com/jumahe/p/4554644.html