eDriven Framework API
BuildString Method (type, className, id)
NamespaceseDriven.Gui.StylesStyleSelectorBuildString(String, String, String)
eDriven Framework API
Builds the string version of the selector
Declaration Syntax
C#Visual BasicVisual C++
public static string BuildString(
	string type,
	string className,
	string id
)
Public Shared Function BuildString ( _
	type As String, _
	className As String, _
	id As String _
) As String
public:
static String^ BuildString(
	String^ type, 
	String^ className, 
	String^ id
)
Parameters
type (String)
className (String)
id (String)
Return Value

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)