ConvertColorFromHex Method
Converts a hexadecimal string to a color.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static Color? ColorFromHex(
string hex
)
Public Shared Function ColorFromHex (
hex As String
) As Color?
- hex String
- Hexadecimal value to convert.
NullableColorColor with the value converted.
if the value cannot be converted.