Format in C# String

Console.Write( "{0:D8}", 45 ); // print: "00000045"
Console.Write( "{0,8}", 45 ); // print: "      45"

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*