---
title: NumberFormatter.Style
framework: foundation
role: symbol
role_heading: Enumeration
path: foundation/numberformatter/style
---

# NumberFormatter.Style

The predefined number format styles used by the numberStyle property.

## Declaration

```swift
enum Style
```

## Overview

Overview The table below provides examples of each formatting style for the U.S., France, and China.  |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |

## Topics

### Formatting Styles

- [NumberFormatter.Style.none](foundation/numberformatter/style/none.md)
- [NumberFormatter.Style.decimal](foundation/numberformatter/style/decimal.md)
- [NumberFormatter.Style.percent](foundation/numberformatter/style/percent.md)
- [NumberFormatter.Style.scientific](foundation/numberformatter/style/scientific.md)
- [NumberFormatter.Style.spellOut](foundation/numberformatter/style/spellout.md)
- [NumberFormatter.Style.ordinal](foundation/numberformatter/style/ordinal.md)
- [NumberFormatter.Style.currency](foundation/numberformatter/style/currency.md)
- [NumberFormatter.Style.currencyAccounting](foundation/numberformatter/style/currencyaccounting.md)
- [NumberFormatter.Style.currencyISOCode](foundation/numberformatter/style/currencyisocode.md)
- [NumberFormatter.Style.currencyPlural](foundation/numberformatter/style/currencyplural.md)

### Initializers

- [init(rawValue:)](foundation/numberformatter/style/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Constants

- [NumberFormatter.Behavior](foundation/numberformatter/behavior.md)
- [NumberFormatter.PadPosition](foundation/numberformatter/padposition.md)
- [NumberFormatter.RoundingMode](foundation/numberformatter/roundingmode-swift.enum.md)
