10.17.1 AsCodePoint
AsCodePoint returns the first character of subject Unicode String as its numeric value or code point.
Input Parameters
None
Example
#STD_INT := #My_NVarchar.AsCodePoint
If #My_NVarchar contained 'A', #STD_INT would have the value 65.
Also see
10.16.12 AsUnicodeString