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
Syntaxpublic override int GetCharCount(
byte[] bytes,
int index,
int count
)
Public Overrides Function GetCharCount (
bytes As Byte(),
index As Integer,
count As Integer
) As Integer
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:
Int32The number of characters produced by decoding the specified sequence of bytes.
See Also