string abc="40+40*4.2%+120"; how can i get the result??? means it should be computed as::: double xyz=40+40*4.2%+120;
how this is possible????
I think there is no ready made solution.
Try this link
http://www.aspnettutorials.com/tutorials/advanced/cut-string-csharp.aspx