Base:
method
GetBytes
System.Text.Encoding.GetBytes(System.Char[], System.Int32, System.Int32, System.Byte[], System.Int32)
2 references to GetBytes
System.Messaging (2)
System\Messaging\ActiveXMessageFormatter.cs (2)
258this.unicodeEncoding.GetBytes(((string)obj).ToCharArray(), 0, size / 2, this.internalBuffer, 0); 288this.unicodeEncoding.GetBytes(chars, 0, size / 2, this.internalBuffer, 0);