---
title: string
framework: applearchive
role: symbol
role_heading: Type Property
path: applearchive/archiveheader/fieldtype-swift.struct/string
---

# string

A constant that indicates the field is a string.

## Declaration

```swift
static let string: ArchiveHeader.FieldType
```

## See Also

### Field Types

- [blob](applearchive/archiveheader/fieldtype-swift.struct/blob.md)
- [flag](applearchive/archiveheader/fieldtype-swift.struct/flag.md)
- [hash](applearchive/archiveheader/fieldtype-swift.struct/hash.md)
- [timespec](applearchive/archiveheader/fieldtype-swift.struct/timespec.md)
- [uint](applearchive/archiveheader/fieldtype-swift.struct/uint.md)
