Ascii(Byte数组)转字符串tString = Encoding.ASCII.GetString(tBytes); 字符串转Ascii(Byte数组)tBytes = Encoding.ASCII.GetBytes(tString);