BitMiracle.LibTiff.Classic.Enc28591.GetBytes C# (CSharp) Méthode

GetBytes() public méthode

public GetBytes ( char chars ) : byte[]
chars char
Résultat byte[]
        public virtual byte[] GetBytes(char[] chars)
        {
            return GetBytes(chars, 0, chars.Length);
        }

Same methods

Enc28591::GetBytes ( char chars, int index, int count ) : byte[]
Enc28591::GetBytes ( string s ) : byte[]
Enc28591::GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int
Enc28591::GetBytes ( string s, int charIndex, int charCount, byte bytes, int byteIndex ) : int