IEditableExtensions.Replace Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.