System.Text.UTF32Encoding.GetCharCount C# (CSharp) Метод

GetCharCount() публичный Метод

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
Результат int
        public override int GetCharCount(byte[] bytes, int index, int count)
        {
            throw null;
        }

Same methods

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