4
Answers

Converting int to a string


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)