# ToString()

> Returns a nicely formatted string of the resolution.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

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

### Returns

| Type                                                           | Description                                                |
| -------------------------------------------------------------- | ---------------------------------------------------------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | A string with the format "width x height @ refreshRateHz". |
