Base:
method
GetChars
System.Text.Encoding.GetChars(System.Byte[], System.Int32, System.Int32, System.Char[], System.Int32)
2 references to GetChars
System.Runtime.Serialization (2)
System\Xml\ValueHandle.cs (1)
747actualCharCount = encoding.GetChars(bytes, byteOffset, byteCount, chars, charOffset);
System\Xml\XmlConverter.cs (1)
405return UTF8Encoding.GetChars(buffer, offset, count, chars, charOffset);