Java.Lang.StringBuilder.SetCharAt Method
Sets the character at the index.

Syntax

[Android.Runtime.Register("setCharAt", "(IC)V", "")]
public override void SetCharAt (int index, char ch)

Parameters

index
the zero-based index of the character to replace.
ch
the character to set.

Exceptions

TypeReason
Java.Lang.IndexOutOfBoundsExceptionif index is negative or greater than or equal to the current StringBuilder.Length.

Remarks

Sets the character at the 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