Copyright © 2016 Mobilengine Corp. All rights reserved. version: 7.0.4.19927
Returns the character in the string at the specified index.
Parameters
| Parameter | Type | Description |
|---|---|---|
| index (required) | int | The zero-based index of the character to be returned. |
Remarks
The [] indexing operator returns the same result as the
string.GetAt() method. Passing a negative number or an index that equals or
exceeds the length of the string throws an Index was outside the bounds of the
array error at runtime.
