System.Xml.UTF16Decoder.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 ) {
            return GetCharCount( bytes, index, count, false );
        }
        

Same methods

UTF16Decoder::GetCharCount ( byte bytes, int index, int count, bool flush ) : int