# ToString()

> Returns a string representation of the ImportResultID.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Experimental](/engine/6000.5/script-reference/unityeditor/experimental.md)
* **Assembly:** UnityEditor.CoreModule

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

### Returns

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