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

Syntax

[Android.Runtime.Register("replace", "(IILjava/lang/CharSequence;)Landroid/text/SpannableStringBuilder;", "GetReplace_IILjava_lang_CharSequence_Handler")]
public virtual IEditable Replace (int start, int end, Java.Lang.ICharSequence tb)

Parameters

start
Documentation for this section has not yet been entered.
end
Documentation for this section has not yet been entered.
tb
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