---
title: CFByteOrderBigEndian
framework: corefoundation
role: symbol
role_heading: Global Variable
path: corefoundation/cfbyteorderbigendian
---

# CFByteOrderBigEndian

Multi-byte values are stored with the most-significant bytes stored first. PowerPC CPUs are big endian.

## Declaration

```swift
var CFByteOrderBigEndian: __CFByteOrder { get }
```

## See Also

### Constants

- [CFByteOrderLittleEndian](corefoundation/cfbyteorderlittleendian.md)
- [CFByteOrderUnknown](corefoundation/cfbyteorderunknown.md)
- [kCFCoreFoundationVersionNumber10_10](corefoundation/kcfcorefoundationversionnumber10_10.md)
- [kCFCoreFoundationVersionNumber10_10_1](corefoundation/kcfcorefoundationversionnumber10_10_1.md)
- [kCFCoreFoundationVersionNumber10_10_2](corefoundation/kcfcorefoundationversionnumber10_10_2.md)
- [kCFCoreFoundationVersionNumber10_10_3](corefoundation/kcfcorefoundationversionnumber10_10_3.md)
- [kCFCoreFoundationVersionNumber10_10_4](corefoundation/kcfcorefoundationversionnumber10_10_4.md)
- [kCFCoreFoundationVersionNumber10_10_5](corefoundation/kcfcorefoundationversionnumber10_10_5.md)
- [kCFCoreFoundationVersionNumber10_10_Max](corefoundation/kcfcorefoundationversionnumber10_10_max.md)
- [kCFCoreFoundationVersionNumber10_11](corefoundation/kcfcorefoundationversionnumber10_11.md)
- [kCFCoreFoundationVersionNumber10_11_1](corefoundation/kcfcorefoundationversionnumber10_11_1.md)
- [kCFCoreFoundationVersionNumber10_11_2](corefoundation/kcfcorefoundationversionnumber10_11_2.md)
- [kCFCoreFoundationVersionNumber10_11_3](corefoundation/kcfcorefoundationversionnumber10_11_3.md)
- [kCFCoreFoundationVersionNumber10_11_4](corefoundation/kcfcorefoundationversionnumber10_11_4.md)
- [kCFCoreFoundationVersionNumber10_11_Max](corefoundation/kcfcorefoundationversionnumber10_11_max.md)
