Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Compatible Unicode Intrinsic Functions - AsCodePoint Method

Panel
bgColor#2c3c4c

Return the UTF16 code table value for the character

Member of Compatible Unicode Intrinsic Functions (PRIM_LIBI.ICompatibleUnicodeIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Integer

UTF16 code table value for the character

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