TemplateNumericSeparatorConfiguration

data class TemplateNumericSeparatorConfiguration(val decimalSeparator: TemplateNumericSeparatorSymbol? = null, val thousandsSeparator: TemplateThousandSeparatorOptions? = null)

Constructors

Link copied to clipboard
constructor(decimalSeparator: TemplateNumericSeparatorSymbol? = null, thousandsSeparator: TemplateThousandSeparatorOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines the decimal separator.

Link copied to clipboard

The options that determine the thousands separator configuration.