Is there a function in VB.NET which can evaluate an arithematic string?
e.g., When passed 4+5-2 it should return the result (7).
Is there a function in VB.NET which can evaluate an arithematic string?
e.g., When passed 4+5-2 it should return the result (7).