# ToString()

> Returns a string representation of the bool3.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Mathematics](/engine/6000.5/script-reference/unity/mathematics.md)
* **Assembly:** UnityEngine.MathematicsModule

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

### Returns

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