The methods of Android.Text.AlteredCharSequence are listed below. For a list of all members, see the AlteredCharSequence Members list.
See Also: Inherited members from Java.Lang.Object
CharAt(int)Returns the character at index. | ||
GetChars(int, int, char[], int)Exactly like String.getChars(): copy chars start through end - 1 from this CharSequence into dest beginning at offset destoff. | ||
GetEnumerator()Documentation for this section has not yet been entered. | ||
Length()Returns the number of characters in this sequence. | ||
static | Make(Java.Lang.ICharSequence, char[], int, int)Create an AlteredCharSequence whose text (and possibly spans) are mirrored from source, except that the range of offsets substart inclusive to subend exclusive are mirrored instead from sub, beginning at offset 0. | |
static | Make(string, char[], int, int)Documentation for this section has not yet been entered. | |
SubSequence(int, int)Documentation for this section has not yet been entered. | ||
SubSequenceFormatted(int, int)Returns a CharSequence from the start index (inclusive) to the end index (exclusive) of this sequence. |