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

GetChars() public method

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

Same methods

Enc28591::GetChars ( byte bytes, int index, int count ) : char[]
Enc28591::GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int