| MimeUtilsTryParse(String, ContentEncoding) Method |
Try to parse the value of a Content-Transfer-Encoding header.
Namespace: MimeKit.UtilsAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static bool TryParse(
string text,
out ContentEncoding encoding
)
Parameters
- text String
- The text to parse.
- encoding ContentEncoding
- The parsed encoding.
Return Value
Booleantrue, if the encoding was successfully parsed,
false otherwise.
Exceptions Remarks
Parses a Content-Transfer-Encoding header value.
See Also