P
Patrick De Ridder
When I code
Double.Parse(textBox1.Text)
I get an error
How can I convert a text box entry to a numeric?
Please give a code example, if you know the answer.
Double.Parse(textBox1.Text)
I get an error
How can I convert a text box entry to a numeric?
Please give a code example, if you know the answer.