dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBoolean Structure / Parse Method
The System.String to be parsed.

In This Topic
    Parse Method (OracleBoolean)
    In This Topic
    Converts the specified System.String to its OracleBoolean equivalent.
    Syntax
    'Declaration
     
    Public Shared Function Parse( _
       ByVal stringValue As String _
    ) As OracleBoolean
    public static OracleBoolean Parse( 
       string stringValue
    )

    Parameters

    stringValue
    The System.String to be parsed.

    Return Value

    An OracleBoolean structure equal to the specified System.String.
    See Also