I'm new with visual studio c#. I find no solution for next code.
int a = Convert.ToInt32(textEdit16.Text);
textEdit17.Text= Convert.ToString(a);
Error:
'Input string was not in a correct format.'
I'm new with visual studio c#. I find no solution for next code.
int a = Convert.ToInt32(textEdit16.Text);
textEdit17.Text= Convert.ToString(a);
Error:
'Input string was not in a correct format.'
Use debugging to view the value of textedit16
. Text and set the textedit16
. Text property to enter only numbers