# ValueToString(uint)

> Converts the given unsigned integer to a string.

## Definition

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

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

### Parameters

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

### Returns

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