Android.Text.IEditableExtensions: Method Members

The methods of Android.Text.IEditableExtensions are listed below. For a list of all members, see the IEditableExtensions Members list.

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.