I trying to calculate my string but I don't have any idea how to do that.
I want to do something like this:
string input = "2+2+2+2*5^2/2";
Console.WriteLine(Calculate(input));
I tried to use DataTable().Compute()
but its dose not support many of operators.