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