String..::..CharCodeAt Method
The charCodeAt() method returns the numeric Unicode value of the character at the given index (except for unicode codepoints > 0x10000).
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
Parameters
- index
- Type: System..::..Int32
An integer greater than or equal to 0 and less than the length of the string; if it is not a number, it defaults to 0.