expression-evaluator-c-sharp
expression-evaluator-c-sharp copied to clipboard
How to add custom constant
Really very nice expression evaluation engine Thanks @matheval Integrate the logic for adding custom constant values during the evaluation process. Example: I want to add custom constant addConstant("[%CurrentDateTime%]",DateTime.Now); Help me to add this constant
Can't you just pass a variable?
Thanks for your reference