Does someone know the best way to evaluate a string formula like this one: (123/2*15+22) within c#.
I have read that i should use an ICodeCompiled, but havent been able to find any good implementations to do this very simply thing.
Any suggestions are appreciated.