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

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

    Parameters

    value
    The RdlString to convert.

    Return Value

    The string representing the converted object.
    See Also