Unicode Intrinsic Functions - AsCodePoint Method
Return the string as a codepoint
Member of Unicode Intrinsic Functions (PRIM_LIBI.IUnicodeIntrinsics)
Parameters
Name | Type | Data Type | Description |
|---|---|---|---|
Result | *Result (Optional) | Integer | Resulting codepoint |
Details
AsCodePoint returns the first character of the subject Unicode string as its numeric value or code point.
Example
In this example, if #String contained "ABC" the result would be 65.
#Result := #String.AsCodePoint