GetCharCount
Returns the number of characters a block of bytes can produce.
Public Function GetCharCount(
ByRef Bytes ( ) As Byte,
ByVal Index As Long,
ByVal Count As Long ) As Long
Parameters
- Bytes
-
[ByRef]
Byte.
The bytes to be used in decoding to characters.
- Index
-
[ByVal]
Long.
The starting index in Bytes to begin decoding from.
- Count
-
[ByVal]
Long.
The number of bytes to be used in the decoding process.
Return Values
Long - The number of characters that can be produced from Count number of bytes.
Remarks
See Also
Project VBCorLib Overview
Class Decoder Overview
Decoder Properties
Decoder Methods
Equals
GetChars