Java.Lang.StringBuffer.Insert Method
Inserts the character into this buffer at the specified offset.

Syntax

[Android.Runtime.Register("insert", "(IC)Ljava/lang/StringBuffer;", "")]
public StringBuffer Insert (int index, char ch)

Parameters

index
the index at which to insert.
ch
the character to insert.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.ArrayIndexOutOfBoundsExceptionif index or index > length().

Remarks

Inserts the character into this buffer at the specified offset.

[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