dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Decimal Structure / Explicit Type Conversion Operator
The source DB2Decimal object to convert.

In This Topic
    Explicit Type Conversion Operator (DB2Decimal)
    In This Topic
    Converts the DB2Decimal parameter to System.Decimal.
    Syntax
    'Declaration
     
    Public Operator Narrowing CType( _
       ByVal source As DB2Decimal _
    ) As Decimal
    public decimal operator explicit( 
       DB2Decimal source
    )

    Parameters

    source
    The source DB2Decimal object to convert.

    Return Value

    A new System.Decimal structure.
    See Also