I have this code:
phrasesPage.Title = "Timer: " + AS.timerSeconds.ToString();
The number of seconds can be anything from 120 to 0. Is there a way that I can have that display as "Timer: " plus the numbers 120 ... 099 .. 002 ... 001 ... 000 . In other words I need the number to show as three digits with left padding of 0's