---
title: stringValue
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avpartialasyncproperty/stringvalue
---

# stringValue

The value of the metadata item as a string.

## Declaration

```swift
static var stringValue: AVAsyncProperty<Root, String?> { get }
```

## Mentioned in

Retrieving media metadata

## Discussion

Discussion Use the load(_:isolation:) method to retrieve the property value. This value is nil if the system can’t represent the value as a string.

## See Also

### Loading values

- [dataType](avfoundation/avmetadataitem/datatype.md)
- [value](avfoundation/avpartialasyncproperty/value.md)
- [numberValue](avfoundation/avpartialasyncproperty/numbervalue.md)
- [dateValue](avfoundation/avpartialasyncproperty/datevalue.md)
- [dataValue](avfoundation/avpartialasyncproperty/datavalue.md)
- [extraAttributes](avfoundation/avpartialasyncproperty/extraattributes.md)
