| Table of Contents |
public static bool TryParse(string contentTypeWithParameters, out MimeType result);
| Name | Type | Description |
|---|---|---|
| contentTypeWithParameters | string | Content type string. |
| result | out MimeType | Mime-type instance return value. |
protected static bool TryParse(string contentTypeWithParameters, out string type, out string subtype, out Dictionary<string,string> parameters);
| Name | Type | Description |
|---|---|---|
| contentTypeWithParameters | string | Content type string. |
| type | out string | Main type return value. |
| subtype | out string | Sub-type return value. |
| parameters | out Dictionary<string,string> | Dictionary of mime-type parameters. |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by