/ Published in: C#
URL: http://msdn.microsoft.com/en-us/library/dwhawy9k.aspx
(More examples to be added)
Expand |
Embed | Plain Text
// See also: Standard Numeric Format Strings: http://msdn.microsoft.com/en-us/library/dwhawy9k.aspx int i = 99; Console.WriteLine("{0:d3}", i); // 099
You need to login to post a comment.
