Method IParsable<ValueList<T>>.TryParse
IParsable<ValueList<T>>.TryParse(string?, IFormatProvider?, out ValueList<T>)
Tries to parse a string into a value.
Declaration
static bool IParsable<ValueList<T>>.TryParse(string? s, IFormatProvider? provider, out ValueList<T> result)
Parameters
| Type | Name | Description |
|---|---|---|
| string | s | The string to parse. |
| IFormatProvider | provider | An object that provides culture-specific formatting information about |
| ValueList<T> | result | When this method returns, contains the result of successfully parsing |
Returns
| Type | Description |
|---|---|
| bool |