Is there any way to parse a string in vb.net (like, built in methods), that can do math like Eval can? For example, 3+(7/3.5) as a string would return 2.
I am not as
This CodeProject article might do the trick:
An expression evaluator written in VB.NET http://www.codeproject.com/KB/vb/expression_evaluator.aspx
There is also this: http://www.dotnetspider.com/resources/2518-mathematical-expression-expression-evaluate-VB.aspx