Click or drag to resize

USEncodingGetMaxCharCount Method

Calculates the maximum number of characters produced by decoding the specified number of bytes.

Namespace:  Zyrenth.Zora
Assembly:  ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntax
public override int GetMaxCharCount(
	int byteCount
)

Parameters

byteCount
Type: SystemInt32
The maximum number of characters produced by decoding the specified number of bytes.

Return Value

Type: Int32
The number of bytes to decode.
See Also