Added 'n' presentation type for integers.
This commit is contained in:
parent
ccfad28291
commit
7b1a14e238
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue