I tried int.parse, and convert class to convert a string to int.
int.parse,
While I\'m converting. I\'m losing the 0 in the beginning which i don\'t want.
If you want to do something like always print your number with 5 places, it goes like
myNumber.ToString().PadLeft(5, '0');