Summary
Parses a
Selector
from a string.
- Namespace
- Avalonia
.Markup .Parsers - Containing Type
- SelectorParser
Syntax
public Selector? Parse(string s)
Parameters
Name | Type | Description |
---|---|---|
s | string | The string. |
Return Value
Type | Description |
---|---|
Selector? | The parsed selector. |