Represents the CHAR, VARCHAR, LONG VARCHAR, GRAPHIC, VARGRAPHIC and LONG VARGRAPHIC DB2® data types. Encapsulates the string .NET data type. The following tables list the members exposed by the DB2String structure.
| Field | Description |
|---|---|
Null |
Null value for DB2String. |
| Constructor | Description |
|---|---|
DB2String |
Initializes a new DB2String structure with the specified value. |
| Method | Description |
|---|---|
ToString |
Returns a string that represents the DB2String structure. |
op_explicit |
Converts the supplied DB2String structure to a string. |
op_implicit |
Converts the supplied string to DB2String. |