# ValueToString(int)

> Converts the given integer to a string.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.UIElements](/engine/6000.5/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
protected override string ValueToString(int v)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The integer to be converted to string.

### Returns

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