BitMiracle.LibTiff.Classic.Enc28591.GetCharCount C# (CSharp) Method

GetCharCount() public method

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

Same methods

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