# IOptionFormatter Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.ioptionformatter/)

## Format {#format-dda562c0}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.ioptionformatter/methods/format-dda562c0/)

```csharp
public abstract IEnumerable<string> Format()
```

Formats the options object into a collection of strings.

### Returns

A collection of formatted string-value pairs corresponding the the properties on the options object.
