| VPUtilitiesgetColorFromString Method  | 
 
Namespace: Veeplay.utillitiesAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Color getColorFromString(
	string hex
)
Public Shared Function getColorFromString ( 
	hex As String
) As Color
public:
static Color getColorFromString(
	String^ hex
)
static member getColorFromString : 
        hex : string -> Color 
Parameters
- hex
 - Type: SystemString
 
Return Value
Type: 
Color
See Also