Freigeben über


AlteredCharSequence.CharAt(Int32) Method

Definition

Returns the character at index.

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

Parameters

off
Int32

the index of the character to return.

Returns

Implements

Attributes

Remarks

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