# IOutput

> Represents a destination for formatted text.

## Definition

* **Type:** Interface
* **Namespace:** [Unity.SmartStrings.Core.Output](/engine/6000.7/script-reference/unity/smartstrings/core/output.md)
* **Assembly:** UnityEngine.SmartStringsModule

```csharp
public interface IOutput
```

## Methods

| Method                                                                                   | Description                                         |
| ---------------------------------------------------------------------------------------- | --------------------------------------------------- |
| [Write](/engine/6000.7/script-reference/unity/smartstrings/core/output/ioutput/write.md) | Writes a char repeated `count` times to the output. |
