I just asked a question about how to convert a number to a string with leading zeros. I had some great answers. Thanks so much. I didn't really know which to mark correct as they were all good. Sorry for the people I didn't mark correct.
Now I have strings like
001
002
003
How do I convert back to integers? something like the opposite of Key = i.ToString("D2");
Mandy