Explicit Type Conversion(Int16,DB2Int16) Operator
On this page
Converts the
DB2Int16 parameter to
System.Int16.
Syntax
|
|---|
'Declaration
Overloads Public Operator Narrowing CType( _
ByVal As DB2Int16 _
) As Short |
Parameters
- source
- The source DB2Int16 object to convert.
Return Value
A new
System.Int16 structure.
See Also