A pre-parsed LogicalExpression or NCalc expression string.
Optionaloptions: ExecuteOptionsExecution options: parameters, custom functions, and operator overrides.
The result produced by executing the expression.
ParserError If expression is a string that cannot be parsed.
ESCalcError If a runtime error occurs during execution.
Execute a pre-parsed (or string) NCalc expression.
Unlike evaluate, this function emphasises that execution is separate from parsing. When
expressionis a string it is parsed internally, but prefer evaluate for single-shot parse-and-evaluate. Useexecutewhen you need to hold a StandardEvaluator or pass custom options without re-parsing.