dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2String Structure / ToString Method

In This Topic
    ToString Method (DB2String)
    In This Topic
    Converts the current DB2String object to a System.String.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    A System.String with the same value as the DB2String structure.
    See Also