---
title: all
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/bytecountformatstyle/units/all
---

# all

A value that allows the use of all byte-count units.

## Declaration

```swift
static var all: ByteCountFormatStyle.Units { get }
```

## See Also

### Units

- [default](foundation/bytecountformatstyle/units/default.md)
- [bytes](foundation/bytecountformatstyle/units/bytes.md)
- [kb](foundation/bytecountformatstyle/units/kb.md)
- [mb](foundation/bytecountformatstyle/units/mb.md)
- [gb](foundation/bytecountformatstyle/units/gb.md)
- [tb](foundation/bytecountformatstyle/units/tb.md)
- [pb](foundation/bytecountformatstyle/units/pb.md)
- [eb](foundation/bytecountformatstyle/units/eb.md)
- [zb](foundation/bytecountformatstyle/units/zb.md)
- [ybOrHigher](foundation/bytecountformatstyle/units/yborhigher.md)
