| ContentTypeTryParse(String, ContentType) Method |
Try to parse the given text into a new
ContentType instance.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static bool TryParse(
string text,
out ContentType type
)
Parameters
- text String
- The text to parse.
- type ContentType
- The parsed content type.
Return Value
Booleantrue if the content type was successfully parsed; otherwise,
false.
Exceptions Remarks
Parses a Content-Type value from the specified text.
See Also