---
title: "ArgumentValue.string(_:)"
framework: evaluations
role: symbol
role_heading: Case
path: "evaluations/argumentvalue/string(_:)"
---

# ArgumentValue.string(_:)

A string value.

## Declaration

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

## See Also

### Values

- [ArgumentValue.int(_:)](evaluations/argumentvalue/int(_:).md)
- [ArgumentValue.double(_:)](evaluations/argumentvalue/double(_:).md)
- [ArgumentValue.bool(_:)](evaluations/argumentvalue/bool(_:).md)
