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)
146
this.unicodeEncoding.
GetChars
(bytes, 0, size * 2, this.internalCharBuffer, 0);