# ToString()

> Returns a string representation of this HierarchyViewColumn.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Hierarchy](/engine/6000.5/script-reference/unity/hierarchy.md)
* **Assembly:** UnityEngine.HierarchyModule

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

### Returns

| Type                                                           | Description                             |
| -------------------------------------------------------------- | --------------------------------------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | A string representation of this column. |
