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