ComponentOne Wijmo Open for Juice UI
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls Namespace / C1WebColorConverter Class / ToStringHexColor Method
Color to convert.

In This Topic
    ToStringHexColor Method (C1WebColorConverter)
    In This Topic
    Converts Color type to string representation.
    Syntax
    'Declaration
     
    Public Shared Function ToStringHexColor( _
       ByVal c As System.Drawing.Color _
    ) As System.String
    public static System.string ToStringHexColor( 
       System.Drawing.Color c
    )

    Parameters

    c
    Color to convert.
    See Also