EvaluatorEval Method |
| Name | Description | |
|---|---|---|
| Eval |
Executes the expression and returns the resulting value.
| |
| EvalT |
Executes the expression and returns the resulting value, cast as
the specified object type.
| |
| Eval(String) |
Simplified static method to execute an expression and return the
resulting value.
| |
| EvalT(String) |
Simplified static method to execute an expression and return the
resulting value, cast as the specified object type.
|