Class MarkupConverter
- Namespace
- GuildWars2.Markup
- Assembly
- GW2SDK.dll
Provides functionality to convert markup strings to other formats.
public static class MarkupConverter
- Inheritance
-
MarkupConverter
- Inherited Members
Methods
- ToHtml(string)
Converts a markup string to a string with HTML formatting using the DefaultColorMap.
- ToHtml(string, IReadOnlyDictionary<string, string>)
Converts a markup string to a string with HTML formatting using a custom color map.
- ToPlainText(string)
Converts a markup string to a string with all markup formatting removed.