StringBuffer.CharAt(Int32) Method

Definition

Returns the character at index.

[Android.Runtime.Register("charAt", "(I)C", "")]
public override char CharAt (int index);
[<Android.Runtime.Register("charAt", "(I)C", "")>]
override this.CharAt : int -> char

Parameters

index
Int32

the index of the character to retrieve.

Returns

Implements

Attributes

Remarks

Java documentation for java.lang.StringBuffer.charAt(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to