ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlColor Class / Implicit Type Conversion Operator / Implicit Type Conversion(RdlColor,String) Operator
The string to convert.

In This Topic
    Implicit Type Conversion(RdlColor,String) Operator
    In This Topic
    Converts a string to a RdlColor (see RdlColor Constructor(String).
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal value As System.String _
    ) As RdlColor
    public RdlColor operator implicit( 
       System.string value
    )

    Parameters

    value
    The string to convert.

    Return Value

    See Also