Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
NumberFormat Fields
| Fields | Description |
| GROUP_DIGITS | Specifies that numbers should be grouped with a thousands separator; for example, "1,000,456". |
| LEADING_DIGIT | Specifies that a leading digit should be used. |
| NEGATIVE_PARENS | Specifies that negative values should be placed inside parentheses. |
| NO_GROUP_DIGITS | Specifies that numbers should not be grouped with a thousands separator; for example; "1000456". |
| NO_LEADING_DIGIT | Specifies that a leading digit should not be used. |
| NO_NEGATIVE_PARENS | Specifies that negative values should not be placed inside parentheses. |