Click or drag to resize

SchemeCreate Method

Creates the Scheme instance from string representation.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static Scheme Create(
	string value
)

Parameters

value
Type: SystemString
string representation

Return Value

Type: Scheme
the corresponding Scheme instance.
See Also