Property Item
Item[Int32]
Returns the character at the specified index, with the first character having index zero.
Declaration
char this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | the index of the character to return. |
Property Value
Type | Description |
---|---|
System.Char | the requested character. |