IEditableExtensions.Replace Method

Definition

Overloads

Replace(IEditable, Int32, Int32, String)
Replace(IEditable, Int32, Int32, String, Int32, Int32)

Replace(IEditable, Int32, Int32, String)

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

Parameters

self
IEditable
st
Int32
en
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

Replace(IEditable, Int32, Int32, String, Int32, Int32)

public static Android.Text.IEditable? Replace (this Android.Text.IEditable self, int st, int en, string? source, int start, int end);
static member Replace : Android.Text.IEditable * int * int * string * int * int -> Android.Text.IEditable

Parameters

self
IEditable
st
Int32
en
Int32
source
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