Java.Lang.StringBuffer.CharAt Method
Returns the character at index.

Syntax

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

Parameters

index
the index of the character to retrieve.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the character 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