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