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