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

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

    Parameters

    value
    The unit to convert.

    Return Value

    The string representing the unit value.
    See Also