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