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

# default

A value that indicates a format style should use the most appropriate units to express a byte count.

## Declaration

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

## See Also

### Units

- [all](foundation/bytecountformatstyle/units/all.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)
