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

GetMaxCharCount() public méthode

public GetMaxCharCount ( int byteCount ) : int
byteCount int
Résultat int
        public override int GetMaxCharCount( int byteCount ) {
            return ( byteCount + 3 ) / 4;
        }