Android.Text.IEditable.Replace Method
Convenience for replace(st, en, text, 0, text.length())

Syntax

[Android.Runtime.Register("replace", "(IILjava/lang/CharSequence;)Landroid/text/Editable;", "GetReplace_IILjava_lang_CharSequence_Handler:Android.Text.IEditableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public IEditable Replace (int st, int en, Java.Lang.ICharSequence text)

See Also

IEditable.Replace(int, System.Int32, System.Int32, System.Int32, System.Int32)

Parameters

st
Documentation for this section has not yet been entered.
en
Documentation for this section has not yet been entered.
text
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Convenience for replace(st, en, text, 0, text.length())

[Android Documentation]

Requirements

Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1