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