# IOptionFormatterResolver&lt;T&gt; Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.ioptionformatterresolver-1/)

## Resolve(string) {#resolve-string-6d6e8989}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.ioptionformatterresolver-1/methods/resolve-string-6d6e8989/)

```csharp
public abstract IOptionFormatter<T> Resolve(string name)
```

Resolves the options formatter for the specified options type with the specified options name.

### Parameters

- `name` (`string`): The options name.

### Returns

The options type.
