explicit operator OracleBoolean(Decimal)
This method converts the supplied Decimal to an OracleBoolean structure.
Declaration
// C#
public static explicit operator OracleBoolean(Decimal value1);
Parameters
-
value1A Decimal
Return Value
An OracleBoolean structure.