Java.Lang.StringBuffer.DeleteCharAt Method
Deletes the character at the specified offset.

Syntax

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

Parameters

location
the offset of the character to delete.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.StringIndexOutOfBoundsExceptionif location or location >= length()

Remarks

Deletes the character 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