IEditableExtensions Class

Definition

public static class IEditableExtensions
type IEditableExtensions = class
Inheritance
IEditableExtensions

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.

Methods

Append(IEditable, String)
Append(IEditable, String, Int32, Int32)
Insert(IEditable, Int32, String)
Insert(IEditable, Int32, String, Int32, Int32)
Replace(IEditable, Int32, Int32, String)
Replace(IEditable, Int32, Int32, String, Int32, Int32)

Applies to