Click or drag to resize

JapaneseEncodingGetMaxByteCount Method

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

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

Parameters

charCount
Type: SystemInt32
The number of characters to encode.

Return Value

Type: Int32
The maximum number of bytes produced by encoding the specified number of characters.
See Also