dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBoolean Structure / Explicit Type Conversion Operator / Explicit Type Conversion(OracleBoolean,Byte) Operator
The System.Byte to be converted.

In This Topic
    Explicit Type Conversion(OracleBoolean,Byte) Operator
    In This Topic
    Converts the System.Byte parameter to the OracleBoolean.
    Syntax
    'Declaration
     
    Overloads Public Operator Narrowing CType( _
       ByVal x As Byte _
    ) As OracleBoolean
    public OracleBoolean operator explicit( 
       byte x
    )

    Parameters

    x
    The System.Byte to be converted.

    Return Value

    An OracleBoolean structure.
    See Also