---
title: StringFromIntResolver
framework: appintents
role: symbol
role_heading: Structure
path: appintents/stringfromintresolver
---

# StringFromIntResolver

A resolver that converts one or more integers into one or more strings.

## Declaration

```swift
struct StringFromIntResolver<Input, Output> where Input : _IntentValue, Output : _IntentValue, Output.ValueType == String
```

## 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

- [AttributedStringFromStringResolver](appintents/attributedstringfromstringresolver.md)
- [StringFromDoubleResolver](appintents/stringfromdoubleresolver.md)
