3
Reply

Convert from a string of expression into a float result in C#

Minh

Minh

Jul 14 2010 3:19 AM
5.6k
Hi friends ,
I have a string like : "10*2"
now, i want to return the result as a float for that string expression : 20 = (10*2)
how can i do it , thanks .

Answers (3)