IEditable.Delete(Int32, Int32) Method

Definition

Convenience for replace(st, en, "", 0, 0)

[Android.Runtime.Register("delete", "(II)Landroid/text/Editable;", "GetDelete_IIHandler:Android.Text.IEditableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Android.Text.IEditable? Delete (int st, int en);
[<Android.Runtime.Register("delete", "(II)Landroid/text/Editable;", "GetDelete_IIHandler:Android.Text.IEditableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Delete : int * int -> Android.Text.IEditable

Parameters

st
Int32
en
Int32

Returns

Attributes

Remarks

Convenience for replace(st, en, "", 0, 0)

Java documentation for android.text.Editable.delete(int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also

  • <xref:Android.Text.IEditable.Replace(System.Int32%2c+System.Int32%2c+System.Int32%2c+System.Int32%2c+System.Int32)>