The members of Java.Lang.ICharSequence are listed below.
CharAt(int)Returns the character at index. | ||
Length()Returns the number of characters in this sequence. | ||
SubSequenceFormatted(int, int)Returns a CharSequence from the start index (inclusive) to the end index (exclusive) of this sequence. | ||
ToString()Returns a string with the same characters in the same order as in this sequence. |