---
title: number
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/formatstyle/number-1o8fx
---

# number

A style for formatting 16-bit signed integers.

## Declaration

```swift
static var number: IntegerFormatStyle<Int16> { get }
```

## Discussion

Discussion Use this type property when the call point allows the use of IntegerFormatStyle. You typically do this when calling the formatted methods of types that conform to BinaryInteger.

## See Also

### Applying numeric styles for integers

- [number](foundation/formatstyle/number-7fxvo.md)
- [number](foundation/formatstyle/number-4ttgp.md)
- [number](foundation/formatstyle/number-5hzgj.md)
- [number](foundation/formatstyle/number-4cj49.md)
- [number](foundation/formatstyle/number-3925i.md)
- [number](foundation/formatstyle/number-8fms6.md)
- [number](foundation/formatstyle/number-fak0.md)
- [number](foundation/formatstyle/number-13mra.md)
- [number](foundation/formatstyle/number-iyry.md)
- [IntegerFormatStyle](foundation/integerformatstyle.md)
