Hello,Everybody!
I'm writing:
double l = Convert.ToDouble(textbox1.Text);
double l2 = Convert.ToDouble(textbox2.Text);
and getting FormatException in the second line.
There are numbers in both textboxes.
Can anyone help me?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 6 of 6
Thread: Can't convert String to DoubleThreaded View
|
Click Here to Expand Forum to Full Width |