NumberFormatInfo Class
Namespace: Stimulsoft.System.Globalization
Inheritance
Implements: IFormatProvider
Methods
| Method | Returns | Description |
|---|---|---|
| getFormat | any |
Method Details
getFormat
getFormat(formatType: Type): any
Parameters
- formatType (Type)
Returns any
Fields
| Field | Type | Description |
|---|---|---|
| NaNSymbol | any | |
| currencyDecimalDigits | any | |
| currencyDecimalSeparator | any | |
| currencyGroupSeparator | any | |
| currencyGroupSizes | number[] | |
| currencyNegativePattern | any | |
| currencyPositivePattern | any | |
| currencySymbol | any | |
| negativeInfinitySymbol | any | |
| negativeSign | any | |
| numberDecimalDigits | any | |
| numberDecimalSeparator | any | |
| numberGroupSeparator | any | |
| numberGroupSizes | number[] | |
| numberNegativePattern | any | |
| perMilleSymbol | any | |
| percentDecimalDigits | any | |
| percentDecimalSeparator | any | |
| percentGroupSeparator | any | |
| percentGroupSizes | number[] | |
| percentNegativePattern | any | |
| percentPositivePattern | any | |
| percentSymbol | any | |
| positiveInfinitySymbol | any | |
| positiveSign | any |