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