ConvertDrawingColorFromHex Method
Convert a hexadecimal string to a color.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static Color DrawingColorFromHex(
string hex
)
Public Shared Function DrawingColorFromHex (
hex As String
) As Color
- hex String
- Hexadecimal value to convert.
ColorColor with the value converted.