| MimeUtilsQuote(ReadOnlySpan`1Char) Method |
Quote the specified text.
Namespace: MimeKit.UtilsAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static string Quote(
ReadOnlySpan<char> text
)
Parameters
- text ReadOnlySpanChar
- The text to quote.
Return Value
StringThe quoted text.
Exceptions Remarks
Quotes the specified text, enclosing it in double-quotes and escaping
any backslashes and double-quotes within.
See Also