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

GetMaxByteCount() 공개 메소드

public GetMaxByteCount ( int charCount ) : int
charCount int
리턴 int
        public override int GetMaxByteCount(int charCount)
        {
            return charCount;
        }