I need to find a way of checking a string to see if it contains a single digit and if it does pad it with 0.
e.g. "Section 7" needs to become "Section 07"
but "Section 17" needs to stay as "Section 17"
Any help?
I am using C#
Go to the complete details ...