BBjString::codePointAt
Description
In BBj 7.0 and higher, this method r eturns the character (Unicode code point) at the specified index. The index refers to char values (Unicode code units) and ranges from 0 to BBjString::length() - 1.
Syntax
Return Value |
Method |
---|---|
int |
codePointAt(int index) |
Parameters
Variable |
Description |
---|---|
index |
The index of the char value. |
Return Value
Returns the code point value of the character at the index.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.