CompareInfo
LCID
Name
Version
Compare(String, String)
Compare(String, String, CompareOptions)
Compare(String, Int32, String, Int32)
Compare(String, Int32, String, Int32, CompareOptions)
Compare(String, Int32, Int32, String, Int32, Int32)
Compare(String, Int32, Int32, String, Int32, Int32, CompareOptions)
Compare(ReadOnlySpan<Char>, ReadOnlySpan<Char>, CompareOptions)
Equals(Object)
GetCompareInfo(Int32)
GetCompareInfo(String)
GetCompareInfo(Int32, Assembly)
GetCompareInfo(String, Assembly)
GetHashCode()
GetHashCode(String, CompareOptions)
GetHashCode(ReadOnlySpan<Char>, CompareOptions)
GetSortKey(String)
GetSortKey(String, CompareOptions)
GetSortKey(ReadOnlySpan<Char>, Span<Byte>, CompareOptions)
GetSortKeyLength(ReadOnlySpan<Char>, CompareOptions)
IndexOf(String, Char)
IndexOf(String, String)
IndexOf(String, Char, CompareOptions)
IndexOf(String, Char, Int32)
IndexOf(String, String, CompareOptions)
IndexOf(String, String, Int32)
IndexOf(String, Char, Int32, CompareOptions)
IndexOf(String, Char, Int32, Int32)
IndexOf(String, String, Int32, CompareOptions)
IndexOf(String, String, Int32, Int32)
IndexOf(String, Char, Int32, Int32, CompareOptions)
IndexOf(String, String, Int32, Int32, CompareOptions)
IndexOf(ReadOnlySpan<Char>, ReadOnlySpan<Char>, CompareOptions)
IndexOf(ReadOnlySpan<Char>, Rune, CompareOptions)
IndexOf(ReadOnlySpan<Char>, ReadOnlySpan<Char>, CompareOptions, Int32)
IsPrefix(String, String)
IsPrefix(String, String, CompareOptions)
IsPrefix(ReadOnlySpan<Char>, ReadOnlySpan<Char>, CompareOptions)
IsPrefix(ReadOnlySpan<Char>, ReadOnlySpan<Char>, CompareOptions, Int32)
IsSortable(Char)
IsSortable(Rune)
IsSortable(String)
IsSortable(ReadOnlySpan<Char>)
IsSuffix(String, String)
IsSuffix(String, String, CompareOptions)
IsSuffix(ReadOnlySpan<Char>, ReadOnlySpan<Char>, CompareOptions)
IsSuffix(ReadOnlySpan<Char>, ReadOnlySpan<Char>, CompareOptions, Int32)
LastIndexOf(String, Char)
LastIndexOf(String, String)
LastIndexOf(String, Char, CompareOptions)
LastIndexOf(String, Char, Int32)
LastIndexOf(String, String, CompareOptions)
LastIndexOf(String, String, Int32)
LastIndexOf(String, Char, Int32, CompareOptions)
LastIndexOf(String, Char, Int32, Int32)
LastIndexOf(String, String, Int32, CompareOptions)
LastIndexOf(String, String, Int32, Int32)
LastIndexOf(String, Char, Int32, Int32, CompareOptions)
LastIndexOf(String, String, Int32, Int32, CompareOptions)
LastIndexOf(ReadOnlySpan<Char>, ReadOnlySpan<Char>, CompareOptions)
LastIndexOf(ReadOnlySpan<Char>, Rune, CompareOptions)
LastIndexOf(ReadOnlySpan<Char>, ReadOnlySpan<Char>, CompareOptions, Int32)
ToString()
GetStringComparer(CompareInfo, CompareOptions)
net10.0
namespace System.Globalization
{
public sealed class CompareInfo : IDeserializationCallback
{
public int LastIndexOf(ReadOnlySpan<char> source, ReadOnlySpan<char> value, CompareOptions options, out int matchLength);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| Design Reviews |
|
| .NET | 5.06.07.08.09.010.0 |
Information specific to net10.0 | |
| Assembly | System.Runtime , Version=10.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API