Formula
C#
3
Posts
3
Posters
0
Views
1
Watching
-
i got a string in a textBox like this: "45991476873-0+72396251509/408744738491*408744738491" please help me to get the result. thanks. Mr Duc Linh Nguyen
You can use reverse polish notation, take a look at the following article: C# Expression Parser using RPN[^] - Nick Parker
My Blog | My Articles -
i got a string in a textBox like this: "45991476873-0+72396251509/408744738491*408744738491" please help me to get the result. thanks. Mr Duc Linh Nguyen
I have a project that does just that http://www.codeproject.com/Purgatory/AderEvaluator.asp