Nope. This would require an on-board compiler and reflection facilities, which is too much for resource-constrained environment running compiled code. Nevertheless, if all needed was a simple arithmetic expression support, I'd make my own evaluator function. Too much responsibility for the operator though.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Is there a way to convert a string in a expression which is evaluated on the runtime...
Example
Nope. This would require an on-board compiler and reflection facilities, which is too much for resource-constrained environment running compiled code. Nevertheless, if all needed was a simple arithmetic expression support, I'd make my own evaluator function. Too much responsibility for the operator though.