eval(String) method
Evaluates the given string as an Agentry SDML expression and returns the result.
Syntax
public
String
eval
(
String
sdmlString
)
Parameters
-
sdmlString –
The SDML string to evaluate (without the enclosing angle brackets).
Returns
The result as a string.