Interprets the given string as an integer.

Syntax

Smartsite SXML CopyCode image Copy Code
integer convert.toint(any value)

Parameters

Name Data Type Description
value Any The value.

Return Value

Data Type Description
Integer Input string converted to an integer.

Expand image Example

SXML