Open Rails

ByteEncoding.GetBytes Method

[This is preliminary documentation and subject to change.]

Encodes a set of characters from the specified character array into the specified byte array.

Overload List

Inherited from Encoding.

public virtual int GetBytes(Char*,int,Byte*,int)

Inherited from Encoding.

public virtual byte[] GetBytes(char[])

Inherited from Encoding.

public virtual byte[] GetBytes(char[],int,int)

Encodes a set of characters from the specified character array into the specified byte array.

public override int GetBytes(char[],int,int,byte[],int)

Inherited from Encoding.

public virtual byte[] GetBytes(string)

Inherited from Encoding.

public virtual int GetBytes(string,int,int,byte[],int)

See Also

ByteEncoding Class | ORTS.IO Namespace