System.Text.UTF32Encoding.GetCharCount C# (CSharp) Method

GetCharCount() private method

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

Same methods

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