Java.Lang.StringBuilder.DeleteCharAt Method
Deletes the character at the specified index. shifts any remaining characters to the left.

Syntax

[Android.Runtime.Register("deleteCharAt", "(I)Ljava/lang/StringBuilder;", "")]
public StringBuilder DeleteCharAt (int index)

Parameters

index
the index of the character to delete.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.StringIndexOutOfBoundsExceptionif index is less than zero or is greater than or equal to the current length.

Remarks

Deletes the character at the specified index. 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