NumberFormatter

actual constructor(locale: KalugaLocale, style: NumberFormatStyle)

Parameters

locale

The KalugaLocale used for parsing. Defaults to KalugaLocale.defaultLocale.

style

The NumberFormatStyle to configure the format to use. Defaults to NumberFormatStyle.Decimal.

expect constructor(locale: KalugaLocale = defaultLocale, style: NumberFormatStyle = NumberFormatStyle.Decimal())

Parameters

locale

The KalugaLocale used for parsing. Defaults to KalugaLocale.defaultLocale.

style

The NumberFormatStyle to configure the format to use. Defaults to NumberFormatStyle.Decimal.

actual constructor(locale: KalugaLocale, style: NumberFormatStyle)

Parameters

locale

The KalugaLocale used for parsing. Defaults to KalugaLocale.defaultLocale.

style

The NumberFormatStyle to configure the format to use. Defaults to NumberFormatStyle.Decimal.

actual constructor(locale: KalugaLocale, style: NumberFormatStyle)

Parameters

locale

The KalugaLocale used for parsing. Defaults to KalugaLocale.defaultLocale.

style

The NumberFormatStyle to configure the format to use. Defaults to NumberFormatStyle.Decimal.