Calculate result of mathematical string Asp.net C# [duplicate]

chok0

New Member
This question already has an answer here: I need to make a form based calculator in Visual Studio Web Developer (Asp C#)I have a text-box that shows values of the clicked button (including +, -, /, *)...Now i want it to calculate the string value of that text-box, if that is possible...Edit: I know that JS has a very easy way of doing this using eval(stringholdername); but I can't seem to find any equivalent to this for ASP C#
 
Back
Top