Open Rails

ByteEncoding.GetByteCount Method

[This is preliminary documentation and subject to change.]

Calculates the number of bytes produced by encoding a set of characters from the specified character array.

Overload List

Inherited from Encoding.

public virtual int GetByteCount(Char*,int)

Inherited from Encoding.

public virtual int GetByteCount(char[])

Calculates the number of bytes produced by encoding a set of characters from the specified character array.

public override int GetByteCount(char[],int,int)

Inherited from Encoding.

public virtual int GetByteCount(string)

See Also

ByteEncoding Class | ORTS.IO Namespace