String to Number
Hi All,
Suppose I have a string like '2*3*4*5' in this i want to convert this string to number and i should get the values of it. I mean after converting the string to number 2*3*4*5 = 120 .
How to achieve this. Please suggestions. Its Urgent.
Regards
Venkatesh