ValueToString(long)
Converts the given long integer to a string.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
protected override string ValueToString(long v)
Parameters
The long integer to be converted to string.
Returns
Type | Description |
|---|---|
| string | The long integer as string. |