AlbLib.Texts.VisualEncoding.GetMaxCharCount C# (CSharp) 메소드

GetMaxCharCount() 공개 메소드

public GetMaxCharCount ( int byteCount ) : int
byteCount int
리턴 int
        public override int GetMaxCharCount(int byteCount)
        {
            return byteCount;
        }