2PTTechnology

The platform that enables you to build rich, interactive communities
Welcome to 2PTTechnology Sign in | Join | Help
in Search

Determine Number of Digits and Pad with 0

Last post 09-28-2009, 1:19 PM by admin. 0 replies.
Sort Posts: Previous Next
  •  09-28-2009, 1:19 PM 220

    Determine Number of Digits and Pad with 0

    for(int i=0;i <= 100;i++)
    {
        Debug.WriteLine((i.ToString("00")));
    }
View as RSS news feed in XML
Powered by Community Server (Personal Edition), by Telligent Systems