Click or drag to resize

JapaneseEncoding.GetCharCount Method (Byte[], Int32, Int32)

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

Namespace:  Zyrenth.Zora
Assembly:  ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntax
public override int GetCharCount(
	byte[] bytes,
	int index,
	int count
)

Parameters

bytes
Type:System.Byte[]
The byte array containing the sequence of bytes to decode.
index
Type: System.Int32
The index of the first byte to decode.
count
Type: System.Int32
The number of bytes to decode.

Return Value

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