Enos

Enos

  • 1.5k
  • 140
  • 25k

Converting int to a string

Dec 4 2014 4:56 AM

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)