4 references to Encoding
System (4)
sys\system\io\ports\SerialPort.cs (4)
1055int maxReadSize = Encoding.GetMaxByteCount(count); 1195Decoder localDecoder = Encoding.GetDecoder(); 1218return Encoding.GetString(bytesReceived, 0, lastFullCharIndex + 1); 1366byte [] byteArray = Encoding.GetBytes(buffer,offset, count);