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