# ValueToString(double)

> Converts the given double 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(double v)
```

### Parameters

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

### Returns

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