# ToString()

> Gets the string representation of this FormatItem.

## Definition

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

```csharp
public override string ToString()
```

### Returns

| Type                                                           | Description                                                                                                                   |
| -------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | The string representation of this [FormatItem](/engine/6000.7/script-reference/unity/smartstrings/core/parsing/formatitem.md) |
