Checks whether the given object can be cast to an integer.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean string.isnumeric(any value)

Parameters

Name Data Type Description
value Any The value.

Return Value

Data Type Description
Boolean True if the specified context is numeric; otherwise, false.

Expand image Example

SXML