---
title: includesActualByteCount
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/bytecountformatstyle/includesactualbytecount
---

# includesActualByteCount

A Boolean value that indicates whether the format style should include the exact byte count, in addition to expressing it in terms of units.

## Declaration

```swift
var includesActualByteCount: Bool { get set }
```

## Discussion

Discussion When this value is true, a format style produces output like 1 kB (1,024 bytes).

## See Also

### Accessing style properties

- [allowedUnits](foundation/bytecountformatstyle/allowedunits.md)
- [ByteCountFormatStyle.Units](foundation/bytecountformatstyle/units.md)
- [spellsOutZero](foundation/bytecountformatstyle/spellsoutzero.md)
- [locale](foundation/bytecountformatstyle/locale.md)
