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