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

GetCharCount() public méthode

public GetCharCount ( byte bytes ) : int
bytes byte
Résultat int
        public override int GetCharCount( byte[] bytes ) {
            return bytes.Length / 4;
        }

Same methods

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