# ToString()

> Returns the string representation of the ID

## Definition

* **Type:** Method
* **Namespace:** [Unity.ProjectAuditor.Editor](/engine/6000.5/script-reference/unity/projectauditor/editor.md)
* **Assembly:** UnityEditor

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

### Returns

| Type                                                           | Description                      |
| -------------------------------------------------------------- | -------------------------------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | The DescriptorId in string form. |
