Added 'n' presentation type for integers.

This commit is contained in:
Eric Smith 2008-05-11 18:59:32 +00:00
parent ccfad28291
commit 7b1a14e238
1 changed files with 3 additions and 0 deletions

View File

@ -302,6 +302,9 @@ Standard Format Specifiers
case letters for the digits above 9.
'X' - Hex format. Outputs the number in base 16, using upper-
case letters for the digits above 9.
'n' - Number. This is the same as 'd', except that it uses the
current locale setting to insert the appropriate
number separator characters.
'' (None) - the same as 'd'
The available floating point presentation types are: