Is there any method in C# in which you will pass a mathematical statement, and that method will give you the result for example you will pass this string
1+2-3/4*5
and it will give you in return
0
Is there any method in C# in which you will pass a mathematical statement, and that method will give you the result for example you will pass this string
1+2-3/4*5
and it will give you in return
0