| ContentTypeTryParse(Byte, ContentType) Method |
Try to parse the given input buffer into a new
ContentType instance.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static bool TryParse(
byte[] buffer,
out ContentType type
)
Parameters
- buffer Byte
- The input buffer.
- 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 buffer.
See Also