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