Base:
method
GetCharCount
System.Text.Encoding.GetCharCount(System.Byte*, System.Int32, System.Text.DecoderNLS)
2 references to GetCharCount
mscorlib (2)
system\text\utf32encoding.cs (2)
309return GetCharCount(pBytes + index, count, null); 330return GetCharCount(bytes, count, null);