Method TryParse
TryParse(string?, out ValueList<T>)
Tries to parse a string into a ValueList<T>.
Declaration
public static bool TryParse(string? s, out ValueList<T> result)
Parameters
| Type | Name | Description |
|---|---|---|
| string | s | |
| ValueList<T> | result |
Returns
| Type | Description |
|---|---|
| bool |