---
title: includesActualByteCount
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/measurement/attributedstyle/bytecount/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/measurement/attributedstyle/bytecount/allowedunits.md)
- [Measurement.AttributedStyle.ByteCount.Units](foundation/measurement/attributedstyle/bytecount/units.md)
- [spellsOutZero](foundation/measurement/attributedstyle/bytecount/spellsoutzero.md)
- [style](foundation/measurement/attributedstyle/bytecount/style-swift.property.md)
- [Measurement.AttributedStyle.ByteCount.Style](foundation/measurement/attributedstyle/bytecount/style-swift.typealias.md)
- [locale](foundation/measurement/attributedstyle/bytecount/locale.md)
