Converts a value to string.

Syntax

Smartsite SXML CopyCode image Copy Code
string convert.tostring(any value)

Parameters

Name Data Type Description
value Any The value to convert.

Return Value

Data Type Description
String String representation of the value

Expand image Example

SXML