Item Property (OracleBinary)
Gets the single byte in an
OracleBinary at the specified index.
'Declaration
Public ReadOnly Default Property Item( _
ByVal As Integer _
) As Byte
Parameters
- index
- The zero-based index.
Property Value
A byte at the specified index.