# ValueToString(TValueType)

> Convert the value to string for visual representation.

## Definition

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

## ValueToString(T)

```csharp
protected abstract string ValueToString(TValueType value)
```

### Parameters

**** (T): Value to convert.

### Returns

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