| Name | Description |
---|
| TryParse(Byte, ContentType) |
Try to parse the given input buffer into a new ContentType instance.
|
| TryParse(String, ContentType) |
Try to parse the given text into a new ContentType instance.
|
| TryParse(Byte, Int32, ContentType) |
Try to parse the given input buffer into a new ContentType instance.
|
| TryParse(ParserOptions, Byte, ContentType) |
Try to parse the given input buffer into a new ContentType instance.
|
| TryParse(ParserOptions, String, ContentType) |
Try to parse the given text into a new ContentType instance.
|
| TryParse(Byte, Int32, Int32, ContentType) |
Try to parse the given input buffer into a new ContentType instance.
|
| TryParse(ParserOptions, Byte, Int32, ContentType) |
Try to parse the given input buffer into a new ContentType instance.
|
| TryParse(ParserOptions, Byte, Int32, Int32, ContentType) |
Try to parse the given input buffer into a new ContentType instance.
|