ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / ColorExtension Class / ToHtml Method

In This Topic
    ToHtml Method
    In This Topic
    Converts a given color to a string to be used in HTML code.
    Syntax
    'Declaration
     
    Public Shared Function ToHtml( _
       ByVal color As Color _
    ) As String
    public static string ToHtml( 
       Color color
    )

    Parameters

    color
    See Also