Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Unit Structure / Implicit Type Conversion Operator / Implicit Type Conversion(Unit,String) Operator
The string to convert.

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

    Parameters

    value
    The string to convert.

    Return Value

    The unit value.
    See Also