# ToString()

> Converts the value of the current ShortcutBinding object to its equivalent string representation.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.ShortcutManagement](/engine/6000.7/script-reference/unityeditor/shortcutmanagement.md)
* **Assembly:** UnityEditor.CoreModule

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

### Returns

| Type                                                           | Description                                                                                                                                          |
| -------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | The string representation of the current [ShortcutBinding](/engine/6000.7/script-reference/unityeditor/shortcutmanagement/shortcutbinding.md) value. |
