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

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

    Parameters

    value
    The RdlSize to convert.

    Return Value

    The string representing the specified value.
    See Also