System.Text.UTF32Encoding.GetCharCount C# (CSharp) Méthode

GetCharCount() private méthode

private GetCharCount ( byte bytes, int count ) : int
bytes byte
count int
Résultat int
        public unsafe override int GetCharCount(byte* bytes, int count)
        {
            throw null;
        }

Same methods

UTF32Encoding::GetCharCount ( byte bytes, int index, int count ) : int