Explicit Type Conversion Operator (DB2String)
On this page
Converts the
DB2String object to a
System.String.
Syntax
|
|---|
'Declaration
Public Operator Narrowing CType( _
ByVal As DB2String _
) As String |
Parameters
- source
- The DB2String object to convert.
Return Value
See Also