Java.Lang.ICharSequence Members

The members of Java.Lang.ICharSequence are listed below.

Public Methods

CharAt(int) : char
Returns the character at index.
Length() : int
Returns the number of characters in this sequence.
SubSequenceFormatted(int, int) : ICharSequence
Returns a CharSequence from the start index (inclusive) to the end index (exclusive) of this sequence.
ToString() : string
Returns a string with the same characters in the same order as in this sequence.