# ToString()

> Mirrors the Android method toString().

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Android](/engine/6000.7/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

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

### Returns

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

### Remarks

For information about this method, refer to the Android developer documentation on [toString()](https://developer.android.com/reference/android/content/res/Configuration#toString\(\)).
