USEncodingGetMaxCharCount Method |
Calculates the maximum number of characters produced by decoding the specified number of bytes.
Namespace:
Zyrenth.Zora
Assembly:
ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntaxpublic override int GetMaxCharCount(
int byteCount
)
Public Overrides Function GetMaxCharCount (
byteCount As Integer
) As Integer
Parameters
- byteCount
- Type: SystemInt32
The maximum number of characters produced by decoding the specified number of bytes.
Return Value
Type:
Int32The number of bytes to decode.
See Also