Minh

Minh

  • NA
  • 47
  • 133.6k

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

Jul 14 2010 3:19 AM
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)