Implicit Type Conversion(DB2Decimal,Decimal) Operator
Converts the
System.Decimal parameter to the
DB2Decimal.
'Declaration
Overloads Public Operator Widening CType( _
ByVal As Decimal _
) As DB2Decimal
Parameters
- source
- The source System.Decimal object to convert.
Return Value