Base:
method
GetChars
System.Text.Encoding.GetChars(System.Byte[], System.Int32, System.Int32, System.Char[], System.Int32)
1 reference to GetChars
System.Messaging (1)
System\Messaging\ActiveXMessageFormatter.cs (1)
133
this.asciiEncoding.
GetChars
(bytes, 0, size, this.internalCharBuffer, 0);