The members of Android.Text.TextUtils are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] static | CharSequenceCreator | Android.OS.IParcelableCreator. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | CommaEllipsize(string, TextPaint, float, string, string)Documentation for this section has not yet been entered. | |
static | CommaEllipsizeFormatted(Java.Lang.ICharSequence, TextPaint, float, string, string)Converts a CharSequence of the comma-separated form "Andy, Bob, Charles, David" that is too wide to fit into the specified width into one like "Andy, Bob, 2 more". | |
static | Concat(params string[])Documentation for this section has not yet been entered. | |
static | ConcatFormatted(params Java.Lang.ICharSequence[])Documentation for this section has not yet been entered. | |
static | CopySpansFrom(ISpanned, int, int, Java.Lang.Class, ISpannable, int)Copies the spans from the region start...end in source to the region destoff...destoff+end-start in dest. | |
static | DumpSpans(Java.Lang.ICharSequence, Android.Util.IPrinter, string)Debugging tool to print the spans in a CharSequence. | |
static | DumpSpans(string, Android.Util.IPrinter, string)Documentation for this section has not yet been entered. | |
static | Ellipsize(string, TextPaint, float, TextUtils.TruncateAt)Documentation for this section has not yet been entered. | |
static | Ellipsize(string, TextPaint, float, TextUtils.TruncateAt, bool, TextUtils.IEllipsizeCallback)Documentation for this section has not yet been entered. | |
static | EllipsizeFormatted(Java.Lang.ICharSequence, TextPaint, float, TextUtils.TruncateAt)Returns the original text if it fits in the specified width given the properties of the specified Paint, or, if it does not fit, a truncated copy with ellipsis character added at the specified edge or center. | |
static | EllipsizeFormatted(Java.Lang.ICharSequence, TextPaint, float, TextUtils.TruncateAt, bool, TextUtils.IEllipsizeCallback)Returns the original text if it fits in the specified width given the properties of the specified Paint, or, if it does not fit, a copy with ellipsis character added at the specified edge or center. | |
static | Equals(Java.Lang.ICharSequence, Java.Lang.ICharSequence)Returns true if a and b are equal, including if they are both null. | |
static | Equals(string, string)Documentation for this section has not yet been entered. | |
static | ExpandTemplate(string, params string[])Documentation for this section has not yet been entered. | |
static | ExpandTemplateFormatted(Java.Lang.ICharSequence, params Java.Lang.ICharSequence[])Documentation for this section has not yet been entered. | |
static | GetCapsMode(Java.Lang.ICharSequence, int, CapitalizationMode)Determine what caps mode should be in effect at the current offset in the text. | |
static | GetCapsMode(string, int, CapitalizationMode)Documentation for this section has not yet been entered. | |
static | GetChars(Java.Lang.ICharSequence, int, int, char[], int) | |
static | GetChars(string, int, int, char[], int)Documentation for this section has not yet been entered. | |
static | GetLayoutDirectionFromLocale(Java.Util.Locale)Return the layout direction for a given Locale | |
static | GetOffsetAfter(Java.Lang.ICharSequence, int) | |
static | GetOffsetAfter(string, int)Documentation for this section has not yet been entered. | |
static | GetOffsetBefore(Java.Lang.ICharSequence, int) | |
static | GetOffsetBefore(string, int)Documentation for this section has not yet been entered. | |
static | GetReverse(string, int, int)Documentation for this section has not yet been entered. | |
static | GetReverseFormatted(Java.Lang.ICharSequence, int, int) | |
static | GetTrimmedLength(Java.Lang.ICharSequence)Returns the length that the specified CharSequence would have if spaces and control characters were trimmed from the start and end, as by Java.Lang.String.Trim. | |
static | GetTrimmedLength(string)Documentation for this section has not yet been entered. | |
static | HtmlEncode(string)Html-encode the string. | |
static | IndexOf(Java.Lang.ICharSequence, Java.Lang.ICharSequence) | |
static | IndexOf(Java.Lang.ICharSequence, char) | |
static | IndexOf(string, char)Documentation for this section has not yet been entered. | |
static | IndexOf(string, string)Documentation for this section has not yet been entered. | |
static | IndexOf(Java.Lang.ICharSequence, Java.Lang.ICharSequence, int) | |
static | IndexOf(Java.Lang.ICharSequence, char, int) | |
static | IndexOf(string, char, int)Documentation for this section has not yet been entered. | |
static | IndexOf(string, string, int)Documentation for this section has not yet been entered. | |
static | IndexOf(Java.Lang.ICharSequence, Java.Lang.ICharSequence, int, int) | |
static | IndexOf(Java.Lang.ICharSequence, char, int, int) | |
static | IndexOf(string, char, int, int)Documentation for this section has not yet been entered. | |
static | IndexOf(string, string, int, int)Documentation for this section has not yet been entered. | |
static | IsDigitsOnly(Java.Lang.ICharSequence)Returns whether the given CharSequence contains only digits. | |
static | IsDigitsOnly(string)Documentation for this section has not yet been entered. | |
static | IsEmpty(Java.Lang.ICharSequence)Returns true if the string is null or 0-length. | |
static | IsEmpty(string)Documentation for this section has not yet been entered. | |
static | IsGraphic(Java.Lang.ICharSequence)Returns whether the given CharSequence contains any printable characters. | |
static | IsGraphic(char)Returns whether this character is a printable character. | |
static | IsGraphic(string)Documentation for this section has not yet been entered. | |
static | Join(Java.Lang.ICharSequence, Java.Lang.IIterable)Returns a string containing the tokens joined by delimiters. | |
static | Join(Java.Lang.ICharSequence, Java.Lang.Object[])Returns a string containing the tokens joined by delimiters. | |
static | Join(string, Java.Lang.IIterable)Documentation for this section has not yet been entered. | |
static | Join(string, Java.Lang.Object[])Documentation for this section has not yet been entered. | |
static | LastIndexOf(Java.Lang.ICharSequence, char) | |
static | LastIndexOf(string, char)Documentation for this section has not yet been entered. | |
static | LastIndexOf(Java.Lang.ICharSequence, char, int) | |
static | LastIndexOf(string, char, int)Documentation for this section has not yet been entered. | |
static | LastIndexOf(Java.Lang.ICharSequence, char, int, int) | |
static | LastIndexOf(string, char, int, int)Documentation for this section has not yet been entered. | |
static | RegionMatches(Java.Lang.ICharSequence, int, Java.Lang.ICharSequence, int, int) | |
static | RegionMatches(string, int, string, int, int)Documentation for this section has not yet been entered. | |
static | Replace(string, string[], string[])Documentation for this section has not yet been entered. | |
static | ReplaceFormatted(Java.Lang.ICharSequence, string[], Java.Lang.ICharSequence[])Return a new CharSequence in which each of the source strings is replaced by the corresponding element of the destinations. | |
static | Split(string, Java.Util.Regex.Pattern)Splits a string on a pattern. | |
static | Split(string, string)String.split() returns [''] when the string to be split is empty. | |
static | StringOrSpannedString(string)Documentation for this section has not yet been entered. | |
static | StringOrSpannedStringFormatted(Java.Lang.ICharSequence) | |
static | Substring(Java.Lang.ICharSequence, int, int)Create a new String object containing the given range of characters from the source string. | |
static | Substring(string, int, int)Documentation for this section has not yet been entered. | |
static | WriteToParcel(Java.Lang.ICharSequence, Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten a CharSequence and whatever styles can be copied across processes into the parcel. | |
static | WriteToParcel(string, Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Documentation for this section has not yet been entered. |