dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure / IsInt Property

In This Topic
    IsInt Property
    In This Topic
    Indicates whether the current instance of OracleNumber is an integer number.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsInt As Boolean
    public bool IsInt {get;}

    Property Value

    true if the current instance of OracleNumber is an integer number; otherwise, false.
    See Also