Last updated 4 months ago
Was this helpful?
Method in
Parses a line of text, and produces a containing the results.
public MarkupParseResult ParseMarkup(string line)
The 's will have any select , plural or ordinal markers replaced with the appropriate text, following this 's .
select
plural
ordinal
string line
string
The line of text to parse.
The results of parsing the markup.