ParseString(string,string,bool)
PreviousExpandSubstitutions(string,IList<string>)NextRegisterMarkerProcessor(string,IAttributeMarkerProcessor)
Last updated
Was this helpful?
Method in LineParser
Parses a string of text and produces a markup parse result.
public MarkupParseResult ParseString(string input, string localeCode, bool addImplicitCharacterAttribute = true)string input
The text to parse.
string localeCode
The locale to use when processing markers, as a BCP-47 locale tag.
squish
If false , markers that are split as part of the markup parsing process will not be re-merged before returning the result.
sort
If true , markers will be sorted based on their position in the input.å
bool addImplicitCharacterAttribute
If true, the parser will attempt to detect a character name in the text and add a [character] attribute for it.
A markup parse result.
Last updated
Was this helpful?
Was this helpful?
