Method MultiQuote
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
MultiQuote(string)
Creates a multiline quoted text. Add new lines by using \n.
public static string MultiQuote(this string content)
Parameters
content
stringText to quote.
Returns
- string
Formatted text.