|  | Name | Description | 
|---|
|   | Parse(Byte) | Parse the specified input buffer into a new instance of the ContentType class. | 
|   | Parse(String) | Parse the specified text into a new instance of the ContentType class. | 
|   | Parse(Byte, Int32) | Parse the specified input buffer into a new instance of the ContentType class. | 
|   | Parse(ParserOptions, Byte) | Parse the specified input buffer into a new instance of the ContentType class. | 
|   | Parse(ParserOptions, String) | Parse the specified text into a new instance of the ContentType class. | 
|   | Parse(Byte, Int32, Int32) | Parse the specified input buffer into a new instance of the ContentType class. | 
|   | Parse(ParserOptions, Byte, Int32) | Parse the specified input buffer into a new instance of the ContentType class. | 
|   | Parse(ParserOptions, Byte, Int32, Int32) | Parse the specified input buffer into a new instance of the ContentType class. |