Method Parse
Parse(string)
Declaration
public static ErrorInfoId Parse(string input)
Parameters
| Type | Name | Description |
|---|---|---|
| string | input |
Returns
| Type | Description |
|---|---|
| ErrorInfoId |
Parse(ReadOnlySpan<char>)
Declaration
public static ErrorInfoId Parse(ReadOnlySpan<char> input)
Parameters
| Type | Name | Description |
|---|---|---|
| ReadOnlySpan<char> | input |
Returns
| Type | Description |
|---|---|
| ErrorInfoId |
Parse(ReadOnlySpan<char>, IFormatProvider?)
Declaration
public static ErrorInfoId Parse(ReadOnlySpan<char> input, IFormatProvider? provider)
Parameters
| Type | Name | Description |
|---|---|---|
| ReadOnlySpan<char> | input | |
| IFormatProvider | provider |
Returns
| Type | Description |
|---|---|
| ErrorInfoId |