Method IParsable<ValueList<T>>.Parse
IParsable<ValueList<T>>.Parse(string, IFormatProvider?)
Parses a string into a value.
Declaration
static ValueList<T> IParsable<ValueList<T>>.Parse(string s, IFormatProvider? provider)
Parameters
| Type | Name | Description |
|---|---|---|
| string | s | The string to parse. |
| IFormatProvider | provider | An object that provides culture-specific formatting information about |
Returns
| Type | Description |
|---|---|
| ValueList<T> | The result of parsing |
Implements
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|
| FormatException |
|
| OverflowException |
|