System.Xml.Ucs4Encoding.GetCharCount C# (CSharp) Method

GetCharCount() public method

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

Same methods

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