implicit operator OracleDecimal(decimal)
This method returns the OracleDecimal
representation of a decimal
value.
Declaration
// C#
public static implicit operator OracleDecimal(decimal val);
Parameters
-
val
A
decimal
value.
Return Value
An OracleDecimal
.