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

GetString() public method

public GetString ( byte bytes, int start, int count ) : string
bytes byte
start int
count int
return string
        public virtual string GetString(byte[] bytes, int start, int count)
        {
            return new string(GetChars(bytes, start, count));
        }

Same methods

Enc28591::GetString ( byte bytes ) : string