Pattern |
Description |
|
value with the specified number of digits |
|
value with leading zeros |
|
decimal point |
|
group (thousand) separator |
|
negative value in angle brackets |
|
sign anchored to number (uses locale) |
|
currency symbol (uses locale) |
|
decimal point (uses locale) |
|
group separator (uses locale) |
|
minus sign in specified position (if number < 0) |
|
plus sign in specified position (if number > 0) |
|
plus/minus sign in specified position |
|
roman numeral (input between 1 and 3999) |
|
ordinal number suffix |
|
shift specified number of digits (see notes) |
|
scientific notation (not implemented yet) |
Notes