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