4
Reply

Converting int to a string

Enos

Enos

9 years ago
754

Hi,


I have no idea why am getting this kind of error,

"Input was not in the correct format"

here is my line of codding...


 int userid = int.Parse(i.SubItems[3].Text);

Answers (4)