Item Property (OracleJson)
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
- A zero-based index of the character.
Property Value
A character at the specified index in
OracleJson.
See Also