---
title: spellsOutZero
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/measurement/formatstyle/bytecount/spellsoutzero
---

# spellsOutZero

A Boolean value that indicates whether the format style should spell out zero-byte values as text.

## Declaration

```swift
var spellsOutZero: Bool
```

## Discussion

Discussion When this value is true, the format style produces output like Zero kB.

## See Also

### Accessing style properties

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