Returns the Ascii code of the first character in the given string.

Syntax

Smartsite SXML CopyCode image Copy Code
integer char.toint(string character)

Parameters

Name Data Type Description
character String The character.

Return Value

Data Type Description
Integer String representation of the specified Ascii character.

Expand image Example

SXML