Java.Lang.String.CharAt Method
Returns the char at index.

Syntax

[Android.Runtime.Register("charAt", "(I)C", "")]
public char CharAt (int index)

Parameters

index
the zero-based index in this string.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IndexOutOfBoundsExceptionif index or index >= length().

Remarks

Returns the char at index.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1