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

# PlaygroundValue.string(_:)

A value that represents a string.

## Declaration

```swift
case string(String)
```

## See Also

### Representing Data

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