Click or drag to resize

USEncodingGetByteCount Method (Char, Int32, Int32)

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

Namespace:  Zyrenth.Zora
Assembly:  ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntax
public override int GetByteCount(
	char[] chars,
	int index,
	int count
)

Parameters

chars
Type: SystemChar
The character array containing the set of characters to encode.
index
Type: SystemInt32
The index of the first character to encode.
count
Type: SystemInt32
The number of characters to encode.

Return Value

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