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

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