---
title: AttributedStringFromStringResolver
framework: appintents
role: symbol
role_heading: Structure
path: appintents/attributedstringfromstringresolver
---

# AttributedStringFromStringResolver

A resolver that converts a string into an attributed string.

## Declaration

```swift
struct AttributedStringFromStringResolver
```

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Resolver](appintents/resolver.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### String resolution

- [StringFromDoubleResolver](appintents/stringfromdoubleresolver.md)
- [StringFromIntResolver](appintents/stringfromintresolver.md)
