Contents

NumberFormatter.Style.currency

A currency style format that uses the currency symbol defined by the number formatter locale.

Declaration

case currency

Discussion

For example, in the en_US locale, the number 1234.5678 is represented as $1,234.57; in the fr_FR locale, the number 1234.5678 is represented as 1 234,57 €.

See Also

Formatting Styles