I'm fairly new to programming and c#. I have a problem with a simple calculator program I'm trying to write in visual studio c#. I want to convert my text with numbers and math operators into a number. All my attempts so far have led to no success. I have tried:
- Double.Parse()
- Convert.Int32()
- Convert.Double()
Here are some images of my code: Pic One Pic Two
Any help would be much appreciated, if there is any extra information you need I would be happy to provide it.
-Retro_Goat