The FWExpression 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 will be returned back with the replacements.
Evaluate the expression using the variables and business objects and return the result.