FromString(string)
Provides a type converted from a string representation.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.UIElements
- Assembly: UnityEditor
public abstract T FromString(string value)
Parameters
A string representation of the type.
Returns
Type | Description |
|---|---|
| T | Instance of type from the string value. |
Remarks
Returns an instance or value of a type from the string representation.