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

In This Topic
ToDecimal Method
In This Topic
Converts the OracleNumber parameter to System.Decimal.
Syntax
'Declaration
 
Public Shared Function ToDecimal( _
   ByVal val As OracleNumber _
) As Decimal
 

Parameters

val
The OracleNumber structure to be converted.

Return Value

A new System.Decimal structure.
See Also