Android.Text.IEditableExtensions Members

The members of Android.Text.IEditableExtensions are listed below.

See Also: Inherited members from System.Object

Public Methods

static
Append(this IEditable, string) : Java.Lang.IAppendable
Documentation for this section has not yet been entered.
static
Append(this IEditable, string, int, int) : Java.Lang.IAppendable
Documentation for this section has not yet been entered.
static
Insert(this IEditable, int, string) : IEditable
Documentation for this section has not yet been entered.
static
Insert(this IEditable, int, string, int, int) : IEditable
Documentation for this section has not yet been entered.
static
Replace(this IEditable, int, int, string) : IEditable
Documentation for this section has not yet been entered.
static
Replace(this IEditable, int, int, string, int, int) : IEditable
Documentation for this section has not yet been entered.