Template Thousand Separator Options
data class TemplateThousandSeparatorOptions(val groupingStyle: TemplateDigitGroupingStyle? = null, val symbol: TemplateNumericSeparatorSymbol? = null, val visibility: Any? = null)
Constructors
Link copied to clipboard
constructor(groupingStyle: TemplateDigitGroupingStyle? = null, symbol: TemplateNumericSeparatorSymbol? = null, visibility: Any? = null)
Properties
Link copied to clipboard
Determines the way numbers are styled to accommodate different readability standards. The DEFAULT
value uses the standard international grouping system and groups numbers by the thousands. The LAKHS
value uses the Indian numbering system and groups numbers by lakhs and crores.
Link copied to clipboard
Determines the thousands separator symbol.
Link copied to clipboard
Determines the visibility of the thousands separator.