explicit operator byte
This method returns the byte representation of the OracleDecimal value.
Declaration
// C#
public static explicit operator byte(OracleDecimal val);Parameters
-
valAn
OracleDecimalstructure.
Return Value
A byte.
Exceptions
OracleNullValueException - OracleDecimal has a null value.
OverFlowException- The byte cannot represent the supplied OracleDecimal structure.