Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlColor Class / Implicit Type Conversion Operator / Implicit Type Conversion(String,RdlColor) Operator
The RdlColor to convert.

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

    Parameters

    value
    The RdlColor to convert.

    Return Value

    The string representing the current object.
    See Also