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