Method Parse
Parse(string)
Parses a string into a ValueList<T>.
Declaration
public static ValueList<T> Parse(string s)
Parameters
| Type | Name | Description |
|---|---|---|
| string | s |
Returns
| Type | Description |
|---|---|
| ValueList<T> |
Exceptions
| Type | Condition |
|---|---|
| FormatException | The input string is malformed or contains a field that cannot be parsed as |