like evaluate()
in VBA, is there any native way of evaluating a simple math expression in vb.net ?
ex :
Dim exp as String
exp = "2+3"
MsgBox(exp)
expecting 5 in message box.
like evaluate()
in VBA, is there any native way of evaluating a simple math expression in vb.net ?
ex :
Dim exp as String
exp = "2+3"
MsgBox(exp)
expecting 5 in message box.