System.Xml.Ucs4Encoding.GetCharCount C# (CSharp) Méthode

GetCharCount() public méthode

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
Résultat int
        public override int GetCharCount( byte[] bytes, int index, int count ) {
            return ucs4Decoder.GetCharCount( bytes, index, count );
        }

Same methods

Ucs4Encoding::GetCharCount ( byte bytes ) : int