Method TryParse
TryParse(string?, out FileId)
Parses the specified string representation of a file identifier.
Declaration
public static bool TryParse(string? s, out FileId fileId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | s | |
| FileId | fileId |
Returns
| Type | Description |
|---|---|
| bool |
TryParse(ReadOnlySpan<char>, out FileId)
Parses the specified string representation of a file identifier.
Declaration
public static bool TryParse(ReadOnlySpan<char> s, out FileId fileId)
Parameters
| Type | Name | Description |
|---|---|---|
| ReadOnlySpan<char> | s | |
| FileId | fileId |
Returns
| Type | Description |
|---|---|
| bool |