Java.Lang.StringBuilder.Insert Method
Inserts the string representation of the specified boolean value at the specified offset.

Syntax

[Android.Runtime.Register("insert", "(IZ)Ljava/lang/StringBuilder;", "")]
public StringBuilder Insert (int offset, bool b)

See Also

String.ValueOf(bool)

Parameters

offset
the index to insert at.
b
the boolean value to insert.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.StringIndexOutOfBoundsExceptionif offset is negative or greater than the current length.

Remarks

Inserts the string representation of the specified boolean value at the specified offset. The boolean value is converted to a string according to the rule defined by String.ValueOf(bool).

[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