# ToString()

> Get the String representation of the result.

## Definition

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

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

### Returns

| Type                                                           | Description                          |
| -------------------------------------------------------------- | ------------------------------------ |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | String representation of the result. |
