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

On this page
    IsInt Property
    On this page
    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