---
title: Measurement.FormatStyle.ByteCount.Style
framework: foundation
role: symbol
role_heading: Type Alias
path: foundation/measurement/formatstyle/bytecount/style-swift.typealias
---

# Measurement.FormatStyle.ByteCount.Style

The type used to represent the style of the formatted byte count.

## Declaration

```swift
typealias Style = ByteCountFormatStyle.Style
```

## Discussion

Discussion This format style uses the ByteCountFormatStyle.Style type to represent the byte-count style.

## See Also

### Accessing style properties

- [allowedUnits](foundation/measurement/formatstyle/bytecount/allowedunits.md)
- [Measurement.FormatStyle.ByteCount.Units](foundation/measurement/formatstyle/bytecount/units.md)
- [spellsOutZero](foundation/measurement/formatstyle/bytecount/spellsoutzero.md)
- [includesActualByteCount](foundation/measurement/formatstyle/bytecount/includesactualbytecount.md)
- [style](foundation/measurement/formatstyle/bytecount/style-swift.property.md)
- [locale](foundation/measurement/formatstyle/bytecount/locale.md)
