IMarkupParser.ParseMarkup(string,string)

Method in IMarkupParser

Summary

Parses a string into markup, given a locale.

public MarkupParseResult ParseMarkup(string rawText, string localeCode);

Parameters

NameDescription
string rawTextThe text to parse.
string localeCodeThe locale to use when parsing the text.