BCGControlBar Library for .NET
StringToColor Method




A string appearance of the color to get.
Called by the framework on reading color value from the XML file. Gets a color value from its string appearance.
Syntax
'Declaration
 
Public Shared Function StringToColor( _
   ByVal value As String _
) As Color
'Usage
 
Dim value As String
Dim value As Color
 
value = GlobalUtils.StringToColor(value)
public static Color StringToColor( 
   string value
)
public: static Color StringToColor( 
   string* value
) 
public:
static Color StringToColor( 
   String^ value
) 

Parameters

value
A string appearance of the color to get.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GlobalUtils Class
GlobalUtils Members

Send Feedback