---
title: "PlaygroundValue.data(_:)"
framework: playgroundsupport
role: symbol
role_heading: Enumeration Case
path: playgroundsupport/playgroundvalue/data
---

# PlaygroundValue.data(_:)

A value that represents raw data.

## Declaration

```swift
case data(Data)
```

## See Also

### Representing Data

- [PlaygroundValue.boolean(_:)](playgroundsupport/playgroundvalue/boolean.md)
- [PlaygroundValue.date(_:)](playgroundsupport/playgroundvalue/date.md)
- [PlaygroundValue.floatingPoint(_:)](playgroundsupport/playgroundvalue/floatingpoint.md)
- [PlaygroundValue.integer(_:)](playgroundsupport/playgroundvalue/integer.md)
- [PlaygroundValue.string(_:)](playgroundsupport/playgroundvalue/string.md)
