Method ISpanParsable<FileId>.Parse
ISpanParsable<FileId>.Parse(ReadOnlySpan<char>, IFormatProvider?)
Parses a span of characters into a value.
Declaration
static FileId ISpanParsable<FileId>.Parse(ReadOnlySpan<char> s, IFormatProvider? provider)
Parameters
| Type | Name | Description |
|---|---|---|
| ReadOnlySpan<char> | s | The span of characters 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 |
|---|---|
| FormatException |
|
| OverflowException |
|