DB2Int32 Members
Represents the INTEGER Db2® data type. Encapsulates the int .NET data type. The following tables list the members exposed by the DB2Int32 class.
Public Fields
Public Constructors
| Constructor | Description |
|---|---|
DB2®Int32 |
Initializes a new DB2Int32 structure with the specified value. |
Public Properties
Public Methods
| Method | Description |
|---|---|
Parse |
Converts the supplied String to DB2Int32. |
ToString |
Returns a string that represents the DB2Int32 structure. |
op_explicit |
Converts the supplied DB2Int32 structure to an integer. |
op_implicit |
Converts the supplied integer to DB2Int32. |