ParseMarkup(string,string)
Summary
public MarkupParseResult ParseMarkup(string rawText, string localeCode);Parameters
Name
Description
Last updated
Was this helpful?
Method in IMarkupParser
Parses a string into markup, given a locale.
public MarkupParseResult ParseMarkup(string rawText, string localeCode);string rawText
The text to parse.
string localeCode
The locale to use when parsing the text.
Last updated
Was this helpful?
Was this helpful?
