| MimeUtilsUnquote Method |
Unquote the specified text.
Namespace: MimeKit.UtilsAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static string Unquote(
string text,
bool convertTabsToSpaces = false
)
Parameters
- text String
- The text to unquote.
- convertTabsToSpaces Boolean (Optional)
- true if tab characters should be converted to a space; otherwise, false.
Return Value
StringThe unquoted text.
Exceptions Remarks
Unquotes the specified text, removing any escaped backslashes within.
See Also