ToInt32
This method returns the Int32 representation of the current instance.
                  
Declaration
// C# public int ToInt32();
Return Value
An int.
                  
Exceptions
OverFlowException - The int cannot represent the current instance.
                  
OracleNullValueException - The current instance has a null value.