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
Syntaxpublic override int GetByteCount(
char[] chars,
int index,
int count
)
Public Overrides Function GetByteCount (
chars As Char(),
index As Integer,
count As Integer
) As Integer
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:
Int32The number of bytes produced by encoding the specified characters.
See Also