OracleBinary Constructor
The OracleBinary
constructor instantiates a new instance of the OracleBinary
structure and sets its value to the provided array of bytes.
Declaration
// C#
public OracleBinary(byte[ ] bytes);
Parameters
-
bytes
A byte array.