ColorHelperGetColorFromHex Method

Namespace:  Dundas.BI.Utility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public static Color GetColorFromHex(
	string hexValue
)

Parameters

hexValue
Type: SystemString
Hex value representation of a color.

Return Value

Type: Color
The color defined by the hex value.
Exceptions
ExceptionCondition
ArgumentExceptionhexValue does not contain valid hex representation of a color.
See Also