Name | Description | |
---|---|---|
culture | Indicates the culture that the format library will use. | |
currencySymbol | Determine the current symbol when number type is currency. The default value is according to culture. | |
decimalPlaces | Indicates the number of decimal places to display. | |
negativePrefix | Determine the prefix string used for negative value. The default value is according to culture & type. | |
negativeSuffix | Determine the suffix string used for negative value. The default value is according to culture & type. | |
positivePrefix | Determine the prefix string used for positive value. The default value is according to culture & type. | |
positiveSuffix | Determine the suffix striing used for positive value. The default value is according to culture & type. | |
showGroup | Indicates whether the thousands group separator will be inserted between each digital group (number of digits in thousands group depends on the selected Culture). |