DB2String.op_implicit Method
Converts the supplied character string to DB2String.
- Namespace:
IBM.Data.DB2Types
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public Shared Widening Operator CType (source As String) As DB2String
[C#]
public static implicit operator DB2String (string source)
[C++]
public:
static implicit operator DB2String (string source)
Parameters
- source
- A character string value to be converted to DB2String.
Return value
A DB2String structure with the value of source.