Base:
method
GetChars
System.Text.Decoder.GetChars(System.Byte[], System.Int32, System.Int32, System.Char[], System.Int32, System.Boolean)
1 reference to GetChars
mscorlib (1)
system\text\encoding.cs (1)
1885return GetChars(bytes, byteIndex, byteCount, chars, charIndex, false);