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

Explicit Type Conversion Operator (DB2Decimal)
Converts the DB2Decimal parameter to System.Decimal.
Syntax
'Declaration
 
Public Operator Narrowing CType( _
   ByVal source As DB2Decimal _
) As Decimal
 

Parameters

source
The source DB2Decimal object to convert.

Return Value

A new System.Decimal structure.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also