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