TextUtils
IEllipsizeCallback
IStringSplitter
SimpleStringSplitter
TruncateAt
SafeStringFlagFirstLine
SafeStringFlagSingleLine
SafeStringFlagTrim
TextUtils(IntPtr, JniHandleOwnership)
CharSequenceCreator
JniPeerMembers
ThresholdClass
ThresholdType
CommaEllipsize(String, TextPaint, Single, String, String)
CommaEllipsizeFormatted(ICharSequence, TextPaint, Single, String, String)
Concat(String[])
ConcatFormatted(ICharSequence[])
CopySpansFrom(ISpanned, Int32, Int32, Class, ISpannable, Int32)
DumpSpans(ICharSequence, IPrinter, String)
DumpSpans(String, IPrinter, String)
Ellipsize(String, TextPaint, Single, TruncateAt)
Ellipsize(String, TextPaint, Single, TruncateAt, Boolean, IEllipsizeCallback)
EllipsizeFormatted(ICharSequence, TextPaint, Single, TruncateAt)
EllipsizeFormatted(ICharSequence, TextPaint, Single, TruncateAt, Boolean, IEllipsizeCallback)
Equals(ICharSequence, ICharSequence)
Equals(String, String)
ExpandTemplate(String, String[])
ExpandTemplateFormatted(ICharSequence, ICharSequence[])
GetCapsMode(ICharSequence, Int32, CapitalizationMode)
GetCapsMode(String, Int32, CapitalizationMode)
GetChars(ICharSequence, Int32, Int32, Char[], Int32)
GetChars(String, Int32, Int32, Char[], Int32)
GetLayoutDirectionFromLocale(Locale)
GetOffsetAfter(ICharSequence, Int32)
GetOffsetAfter(String, Int32)
GetOffsetBefore(ICharSequence, Int32)
GetOffsetBefore(String, Int32)
GetReverse(String, Int32, Int32)
GetReverseFormatted(ICharSequence, Int32, Int32)
GetTrimmedLength(ICharSequence)
GetTrimmedLength(String)
HtmlEncode(String)
IndexOf(ICharSequence, Char)
IndexOf(ICharSequence, ICharSequence)
IndexOf(String, Char)
IndexOf(String, String)
IndexOf(ICharSequence, Char, Int32)
IndexOf(ICharSequence, ICharSequence, Int32)
IndexOf(String, Char, Int32)
IndexOf(String, String, Int32)
IndexOf(ICharSequence, Char, Int32, Int32)
IndexOf(ICharSequence, ICharSequence, Int32, Int32)
IndexOf(String, Char, Int32, Int32)
IndexOf(String, String, Int32, Int32)
IsDigitsOnly(ICharSequence)
IsDigitsOnly(String)
IsEmpty(ICharSequence)
IsEmpty(String)
IsGraphic(Char)
IsGraphic(ICharSequence)
IsGraphic(String)
Join(ICharSequence, IIterable)
Join(ICharSequence, Object[])
Join(String, IIterable)
Join(String, Object[])
LastIndexOf(ICharSequence, Char)
LastIndexOf(String, Char)
LastIndexOf(ICharSequence, Char, Int32)
LastIndexOf(String, Char, Int32)
LastIndexOf(ICharSequence, Char, Int32, Int32)
LastIndexOf(String, Char, Int32, Int32)
MakeSafeForPresentation(String, Int32, Single, SafeStringFlagMode)
MakeSafeForPresentationFormatted(String, Int32, Single, SafeStringFlagMode)
RegionMatches(ICharSequence, Int32, ICharSequence, Int32, Int32)
RegionMatches(String, Int32, String, Int32, Int32)
Replace(String, String[], String[])
ReplaceFormatted(ICharSequence, String[], ICharSequence[])
Split(String, Pattern)
Split(String, String)
StringOrSpannedString(String)
StringOrSpannedStringFormatted(ICharSequence)
Substring(ICharSequence, Int32, Int32)
Substring(String, Int32, Int32)
WriteToParcel(ICharSequence, Parcel, ParcelableWriteFlags)
WriteToParcel(String, Parcel, ParcelableWriteFlags)
net9.0-android34.0
namespace Android.Text
{
[Register("android/text/TextUtils", DoNotGenerateAcw = true)]
public class TextUtils : Object
{
public static int IndexOf(string? s, char ch, int start);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net9.0 | |
Platforms | This API is only available when you target a specific platform: |
Android | 21.022.023.024.025.026.027.028.029.030.031.032.033.034.0 |
Information specific to net9.0-android34.0 | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API