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

Syntax

[Android.Runtime.Register("insert", "(IF)Ljava/lang/StringBuffer;", "")]
public StringBuffer Insert (int index, float f)

Parameters

index
the index at which to insert.
f
the float 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 float 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