# ToString()

> Returns a string representation of the AuthoringIdPath.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.UIElements](/engine/6000.7/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

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

### Returns

| Type                                                           | Description                     |
| -------------------------------------------------------------- | ------------------------------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | The string version of the path. |
