Method ISpanParsable<FileId>.TryParse
ISpanParsable<FileId>.TryParse(ReadOnlySpan<char>, IFormatProvider?, out FileId)
Tries to parse a span of characters into a value.
Declaration
static bool ISpanParsable<FileId>.TryParse(ReadOnlySpan<char> s, IFormatProvider? provider, out FileId result)
Parameters
| Type | Name | Description |
|---|---|---|
| ReadOnlySpan<char> | s | The span of characters 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 |