Java.Lang.StringBuffer.Insert Method
Inserts the string representation of the specified long into this buffer at the specified offset.

Syntax

[Android.Runtime.Register("insert", "(IJ)Ljava/lang/StringBuffer;", "")]
public StringBuffer Insert (int index, long l)

Parameters

index
the index at which to insert.
l
the long to insert.

Returns

Documentation for this section has not yet been entered.

Exceptions

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

Remarks

Inserts the string representation of the specified long 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