Okay, I know that in Python, say you had a string called
strExpression and it\'s value was \"1+2-(3*5)\"
There is a python method (function, sorry I get the
There isn't exactly such a method in C#, but you can easily write one using the compiler at runtime to evaluate the expression. Check out CSharpCodeProvider.