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