Java.Lang.StringBuilder.Delete Method
Deletes a sequence of characters specified by start and end.

Syntax

[Android.Runtime.Register("delete", "(II)Ljava/lang/StringBuilder;", "")]
public StringBuilder Delete (int start, int end)

Parameters

start
the inclusive start index.
end
the exclusive end index.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.StringIndexOutOfBoundsExceptionif start is less than zero, greater than the current length or greater than end.

Remarks

Deletes a sequence of characters specified by start and end. Shifts any remaining characters to the left.

[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