Open Rails

ByteEncoding.GetCharCount Method

[This is preliminary documentation and subject to change.]

Calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.

Overload List

Inherited from Encoding.

public virtual int GetCharCount(Byte*,int)

Inherited from Encoding.

public virtual int GetCharCount(byte[])

Calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.

public override int GetCharCount(byte[],int,int)

See Also

ByteEncoding Class | ORTS.IO Namespace