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