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

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

    Parameters

    value
    A string to convert.

    Return Value

    The RdlInt representing the converted string.
    See Also