Method SingleQuote
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
SingleQuote(string)
Creates quoted text.
public static string SingleQuote(this string content)
Parameters
content
stringText to quote.
Returns
- string
Formatted text.
Creates quoted text.
public static string SingleQuote(this string content)
content
stringText to quote.
Formatted text.