6 references to Encoding
System.IO.Ports (6)
System\IO\Ports\SerialPort.cs (6)
271throw new ArgumentNullException(nameof(Encoding)); 278throw new ArgumentException(SR.Format(SR.NotSupportedEncoding, value.WebName), nameof(Encoding)); 828int maxReadSize = Encoding.GetMaxByteCount(count); 988Decoder localDecoder = Encoding.GetDecoder(); 1011return Encoding.GetString(bytesReceived, 0, lastFullCharIndex + 1); 1168byte[] byteArray = Encoding.GetBytes(buffer, offset, count);