ValueToString(TValueType)
Converts a value of the specified generic type from the subclass to a string representation.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
ValueToString(T)
protected abstract string ValueToString(TValueType value)
Parameters
Returns
Type | Description |
|---|---|
| string | A string representing the value. |
Remarks
Subclasses must implement this method.