Evaluates the given string as a Viper expression.

Syntax

Smartsite SXML CopyCode image Copy Code
any string.eval(string expression)

Parameters

Name Data Type Description
expression String The expression to evaluate.

Return Value

Data Type Description
Any The result of the given expression.
SXML