Android.Text.SpannableStringBuilder.CharAt Method
Return the char at the specified offset within the buffer.

Syntax

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

Parameters

where
the index of the character to return.

Returns

Documentation for this section has not yet been entered.

Remarks

Return the char at the specified offset within the buffer.

[Android Documentation]

Requirements

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