Input string was not in a correct format. Converting String to double .
- by rafael
I'm quite a beginner in C# , empty string to double conversion can be carried out under the button1_click event ..but doing it under Public Form1() it gives me this error
Input string was not in a correct
format.
how to solve this please ?
thanks in advance .