BitMiracle.LibTiff.Classic.Enc28591.GetCharCount C# (CSharp) 메소드

GetCharCount() 공개 메소드

public GetCharCount ( byte bytes ) : int
bytes byte
리턴 int
        public virtual int GetCharCount(byte[] bytes)
        {
            return GetCharCount(bytes, 0, bytes.Length);
        }

Same methods

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