Click or drag to resize
MimeKit

ContentTypeTryParse Method

Overload List
 NameDescription
Public methodStatic memberTryParse(Byte, ContentType) Try to parse the given input buffer into a new ContentType instance.
Public methodStatic memberTryParse(String, ContentType) Try to parse the given text into a new ContentType instance.
Public methodStatic memberTryParse(Byte, Int32, ContentType) Try to parse the given input buffer into a new ContentType instance.
Public methodStatic memberTryParse(ParserOptions, Byte, ContentType) Try to parse the given input buffer into a new ContentType instance.
Public methodStatic memberTryParse(ParserOptions, String, ContentType) Try to parse the given text into a new ContentType instance.
Public methodStatic memberTryParse(Byte, Int32, Int32, ContentType) Try to parse the given input buffer into a new ContentType instance.
Public methodStatic memberTryParse(ParserOptions, Byte, Int32, ContentType) Try to parse the given input buffer into a new ContentType instance.
Public methodStatic memberTryParse(ParserOptions, Byte, Int32, Int32, ContentType) Try to parse the given input buffer into a new ContentType instance.
Top
See Also