Base:
method
GetBytes
System.Text.Encoding.GetBytes(System.Char*, System.Int32, System.Byte*, System.Int32)
1 reference to GetBytes
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnCharacterStringEncodings.cs (1)
452return s_utf8Encoding.GetBytes(chars, charCount, bytes, byteCount);