String To UTF32
Characters
String To UTF32
returns the code point (UTF-32 value) of a character or surrogate pair in a string.
Inputs
String (String)
The string to retrieve the character or surrogate pair from.
Index (int)
The 0-indexed character to retrieve from Str
.
Outputs
* (int)
The code point (UTF-32 value) of a character or surrogate pair at the position in the string.
If String
is null or the Index
is outside the string, the value 0
is returned instead.