Gets the Char object at a specified position in the current object.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntaxpublic char this[
int index
] { get; }
Public ReadOnly Default Property Chars (
index As Integer
) As Char
Get
Parameters
- index
- Type: SystemInt32
A position in the current string.
Property Value
Type:
CharThe char at position index.
ExceptionsException | Condition |
---|
IndexOutOfRangeException |
index is greater than or equal to the length of this object or less than zero.
|
RemarksThe index parameter is zero-based.
See Also