The deExpression class provides methods for replacing expression values with variable values. The expression class also lets you evaluate expressions using the expression evaluation engine.
All variables used within the expression will be replaced with the variables values and the expression returned back with the replacements.
Evaluates the expression using the variables and business objects and returns the result.