OracleString.Item Property (Int32)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets the single byte from the Value property located at the position indicated by the integer parameter, index.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- index
-
Type:
System.Int32
The position of the byte to be retrieved.
Property Value
Type: System.CharThe byte located at the position indicated by the integer parameter.
If index indicates a position beyond the end of the byte array, an exception is raised.
To avoid raising an exception, always check the IsNull property and the Length property before reading this.
This property is read-only.
.NET Framework
Available since 1.1
Available since 1.1
Show: