Interface for a class FormatSettings
string
It allows to specify the currency code to be used for formatting.
string
It allows to specify custom number format for formatting.
number
It allows to specify maximum fraction digits to the formatted value.
number
It allows to specify maximum significant digits to the formatted value.
number
It allows to specify minimum fraction digits to the formatted value.
number
It allows to specify minimum integer digits to the formatted value.
number
It allows to specify minimum significant digits to the formatted value.
string
It allows to set the field name to apply format settings.
string
It allows to specify the skeleton such as full, medium, long, short, etc. to perform date formatting.
It is applicable only for date type formatting.
string
It allows to specify the type of date formatting either date, dateTime or time.
boolean
It allows to use grouping to the formatted value,