Java.Lang.StringBuffer.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.

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