OracleBinary Implicit Conversion (array<Byte>^ to OracleBinary)
.NET Framework (current version)
Converts an array of bytes to an OracleBinary structure.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- b
-
Type:
array<System::Byte>^
The array of bytes to be converted.
Return Value
Type: System.Data.OracleClient::OracleBinaryAn OracleBinary structure that represents the converted array of bytes.
.NET Framework
Available since 1.1
Available since 1.1
Show: