Open Rails

ByteEncoding.GetChars Method

[This is preliminary documentation and subject to change.]

Decodes a sequence of bytes from the specified byte array into the specified character array.

Overload List

Inherited from Encoding.

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

Inherited from Encoding.

public virtual char[] GetChars(byte[])

Inherited from Encoding.

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

Decodes a sequence of bytes from the specified byte array into the specified character array.

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

See Also

ByteEncoding Class | ORTS.IO Namespace