Method TryParse
TryParse(string, out OptionalPathParam<T>)
Attempts to parse the specified string into an instance of OptionalPathParam<T> using invariant culture formatting.
Declaration
public static bool TryParse(string s, out OptionalPathParam<T> value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | s | |
| OptionalPathParam<T> | value |
Returns
| Type | Description |
|---|---|
| bool |