Item Property (OracleString)
In This Topic
Gets the character at the specified index.
Syntax
'Declaration
Public ReadOnly Default Property Item( _
ByVal As Integer _
) As Char
public char this[
int
]; {get;}
Parameters
- index
- The zero-based index of the character.
Property Value
A character on the specified index in
OracleString.
See Also