Method IParsable<FileId>.Parse
IParsable<FileId>.Parse(string, IFormatProvider?)
Parses a string into a value.
Declaration
static FileId IParsable<FileId>.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 |
|---|---|
| FileId | The result of parsing |
Implements
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|
| FormatException |
|
| OverflowException |
|