dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleString Structure / ToString Method

In This Topic
    ToString Method (OracleString)
    In This Topic
    Converts the current OracleString 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 OracleString structure.
    See Also