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