Base:
method
Convert
System.Text.Decoder.Convert(System.Byte[], System.Int32, System.Int32, System.Char[], System.Int32, System.Int32, System.Boolean, out System.Int32, out System.Int32, out System.Boolean)
1 reference to Convert
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlSequentialTextReader.cs (1)
518Convert(bytes, byteIndex, byteCount, chars, charIndex, chars.Length - charIndex, true, out bytesUsed, out charsUsed, out completed);