Hi,
I did some research on this, but I couldn't find any answer.
In classic ASP, I can use eval() to evaluate a string.
For example, if I do eval(len("test")>5), it will return false. Or if I do eval(len("test") > 1 and len("test") < 5), it will return true.
Is there a function in .Net equivalent to eval()??
Please help.
I did some research on this, but I couldn't find any answer.
In classic ASP, I can use eval() to evaluate a string.
For example, if I do eval(len("test")>5), it will return false. Or if I do eval(len("test") > 1 and len("test") < 5), it will return true.
Is there a function in .Net equivalent to eval()??
Please help.