TryParse<T>(string, out T)
Try to parse an expression into a number.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
TryParse<T>(string, T)
public static bool TryParse<T>(string expression, out T result)
Parameters
Returns
Type | Description |
|---|---|
| bool | Returns true if the parsing succeed. |