dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleString Structure / Item Property
The zero-based index of the character.

In This Topic
Item Property (OracleString)
In This Topic
Gets the character at the specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Char
 

Parameters

index
The zero-based index of the character.

Property Value

A character on the specified index in OracleString.
See Also