Method ToPlainText
- Namespace
- GuildWars2.Markup
- Assembly
- GW2SDK.dll
ToPlainText(string)
Converts a markup string to a string with all markup formatting removed.
public static string ToPlainText(string markup)
Parameters
markup
stringThe markup string to convert.
Returns
- string
The text with all markup formatting removed.