Method Underline
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
Underline(string)
Creates underlined text.
public static string Underline(string content)
Parameters
content
stringText to underline.
Returns
- string
Formatted text.
Creates underlined text.
public static string Underline(string content)
content
stringText to underline.
Formatted text.