Unicode Intrinsic Functions - AsCodePoint Method

Return the string as a codepoint

Member of Unicode Intrinsic Functions (PRIM_LIBI.IUnicodeIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)IntegerResulting 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

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2