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