StringToValue(string)
Converts a string to a value type.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
protected override TValueType StringToValue(string str)
Parameters
The string to convert.
Returns
Type | Description |
|---|---|
| T | The value parsed from the string. |