MapCodePointsToCharRange Method
In This Topic
Maps a code point range to the corresponding character range.
Syntax
'Declaration
Public Function MapCodePointsToCharRange( _
ByRef As System.Integer, _
ByRef As System.Integer _
) As System.Boolean
public System.bool MapCodePointsToCharRange(
ref System.int ,
ref System.int
)
Parameters
- index
- Inputs the code point index of the range start, outputs the character index of the range start.
- count
- Inputs the number of code points in the range, outputs the number of characters in the range.
Return Value
True if the resulting range contains at least one character, false otherwise.
See Also