dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure / ToInt32 Method
The OracleNumber structure to be converted.

In This Topic
    ToInt32 Method
    In This Topic
    Converts the OracleNumber parameter to System.Int32.
    Syntax
    'Declaration
     
    Public Shared Function ToInt32( _
       ByVal val As OracleNumber _
    ) As Integer
    public static int ToInt32( 
       OracleNumber val
    )

    Parameters

    val
    The OracleNumber structure to be converted.

    Return Value

    A new System.Int32 structure.
    See Also