6 references to Encoding
System.IO.Ports (6)
System\IO\Ports\SerialPort.cs (6)
302
throw new ArgumentNullException(nameof(
Encoding
));
309
throw new ArgumentException(SR.Format(SR.NotSupportedEncoding, value.WebName), nameof(
Encoding
));
865
int maxReadSize =
Encoding
.GetMaxByteCount(count);
1025
Decoder localDecoder =
Encoding
.GetDecoder();
1048
return
Encoding
.GetString(bytesReceived, 0, lastFullCharIndex + 1);
1205
byte[] byteArray =
Encoding
.GetBytes(buffer, offset, count);