MimeType  Conversion (String to MimeType) | 
 
                Creates the MimeType instance from string representation.
            
 
    Namespace: 
   DotNetBrowser.Net
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntaxpublic static explicit operator MimeType (
	string value
)
Parameters
- value
 - Type: SystemString
string representation 
Return Value
Type: 
MimeTypethe corresponding 
MimeType instance.
See Also