IEditableExtensions.Insert Method

Definition

Overloads

Insert(IEditable, Int32, String)
Insert(IEditable, Int32, String, Int32, Int32)

Insert(IEditable, Int32, String)

public static Android.Text.IEditable? Insert (this Android.Text.IEditable self, int where, string? text);
static member Insert : Android.Text.IEditable * int * string -> Android.Text.IEditable

Parameters

self
IEditable
where
Int32
text
String

Returns

Remarks

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

Insert(IEditable, Int32, String, Int32, Int32)

public static Android.Text.IEditable? Insert (this Android.Text.IEditable self, int where, string? text, int start, int end);
static member Insert : Android.Text.IEditable * int * string * int * int -> Android.Text.IEditable

Parameters

self
IEditable
where
Int32
text
String
start
Int32
end
Int32

Returns

Remarks

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