Table of Contents

Method Strip

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

Strip(string)

Removes all markdown formatting from specified text.

public static string Strip(string text)

Parameters

text string

Text to strip of formatting.

Returns

string

Formatting-stripped text.