---
title: CFPropertyListFormat
framework: corefoundation
role: symbol
role_heading: Enumeration
path: corefoundation/cfpropertylistformat
---

# CFPropertyListFormat

Specifies the format of a property list.

## Declaration

```swift
enum CFPropertyListFormat
```

## Topics

### Constants

- [CFPropertyListFormat.openStepFormat](corefoundation/cfpropertylistformat/openstepformat.md)
- [CFPropertyListFormat.xmlFormat_v1_0](corefoundation/cfpropertylistformat/xmlformat_v1_0.md)
- [CFPropertyListFormat.binaryFormat_v1_0](corefoundation/cfpropertylistformat/binaryformat_v1_0.md)

### Initializers

- [init(rawValue:)](corefoundation/cfpropertylistformat/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Constants

- [Property List Mutability Options](corefoundation/property_list_mutability_options.md)
- [Reading and Writing Error Codes](corefoundation/1429999-reading-and-writing-error-codes.md)
