Dynamically evaluate expressions?

  • Thread starter Thread starter Tales Normando
  • Start date Start date
T

Tales Normando

Hi,

Is there any class/method/function in .NET that I can pass a
string containing a math expression (for example, 2 + (22 ^ 6)) and have it
return the value as if I had hardcoded it in the code?


Tales
 
Back
Top