| MimeUtilsAppendQuoted Method |
Quote the specified text and append it into the string builder.
Namespace: MimeKit.UtilsAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static StringBuilder AppendQuoted(
StringBuilder builder,
string text
)
Parameters
- builder StringBuilder
- The string builder.
- text String
- The text to quote.
Return Value
StringBuilderThe string builder.
Exceptions Remarks
Quotes the specified text, enclosing it in double-quotes and escaping
any backslashes and double-quotes within.
See Also