ColorHelperGetColorFromHex Method

Gets a object from a hex value string.

Namespace:  Dundas.BI.Utility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
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