Method Strip
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
Strip(string)
Removes all markdown formatting from specified text.
public static string Strip(string text)
Parameters
text
stringText to strip of formatting.
Returns
- string
Formatting-stripped text.