---
title: NSByteCountFormatterUseDefault
framework: foundation
role: symbol
role_heading: Enumeration Case
path: foundation/nsbytecountformatterunits/nsbytecountformatterusedefault
---

# NSByteCountFormatterUseDefault

This causes default units appropriate for the platform to be used. This is the default.

## Declaration

```occ
NSByteCountFormatterUseDefault
```

## See Also

### Constants

- [useBytes](foundation/bytecountformatter/units/usebytes.md)
- [useKB](foundation/bytecountformatter/units/usekb.md)
- [useMB](foundation/bytecountformatter/units/usemb.md)
- [useGB](foundation/bytecountformatter/units/usegb.md)
- [useTB](foundation/bytecountformatter/units/usetb.md)
- [usePB](foundation/bytecountformatter/units/usepb.md)
- [useEB](foundation/bytecountformatter/units/useeb.md)
- [useZB](foundation/bytecountformatter/units/usezb.md)
- [useYBOrHigher](foundation/bytecountformatter/units/useyborhigher.md)
- [useAll](foundation/bytecountformatter/units/useall.md)
