Gets the properly formed culture identifier for the current CompareInfo.
NameGets the name of the culture used for sorting operations by this CompareInfo object.
VersionGets information about the version of Unicode used for comparing and sorting strings.
Compare(ReadOnlySpan<Char>, ReadOnlySpan<Char>, CompareOptions)Compares two read-only spans of characters.
Compare(String, Int32, Int32, String, Int32, Int32, CompareOptions)Compares a section of one string with a section of another string using the specified CompareOptions value.
Compare(String, Int32, Int32, String, Int32, Int32)Compares a section of one string with a section of another string.
Compare(String, Int32, String, Int32, CompareOptions)Compares the end section of a string with the end section of another string using the specified CompareOptions value.
Compare(String, Int32, String, Int32)Compares the end section of a string with the end section of another string.
Compare(String, String, CompareOptions)Compares two strings using the specified CompareOptions value.
Compare(String, String)Compares two strings.
Equals(Object)Determines whether the specified object is equal to the current CompareInfo object.
GetCompareInfo(Int32, Assembly)Initializes a new CompareInfo object that is associated with the specified culture and that uses string comparison methods in the specified Assembly.
GetCompareInfo(Int32)Initializes a new CompareInfo object that is associated with the culture with the specified identifier.
GetCompareInfo(String, Assembly)Initializes a new CompareInfo object that is associated with the specified culture and that uses string comparison methods in the specified Assembly.
GetCompareInfo(String)Initializes a new CompareInfo object that is associated with the culture with the specified name.
GetHashCode()Serves as a hash function for the current CompareInfo for hashing algorithms and data structures, such as a hash table.
GetHashCode(ReadOnlySpan<Char>, CompareOptions)Gets the hash code for a character span based on specified comparison options.
GetHashCode(String, CompareOptions)Gets the hash code for a string based on specified comparison options.
GetSortKey(ReadOnlySpan<Char>, Span<Byte>, CompareOptions)Computes a sort key for the specified input.
GetSortKey(String, CompareOptions)Gets a SortKey object for the specified string using the specified CompareOptions value.
GetSortKey(String)Gets the sort key for the specified string.
GetSortKeyLength(ReadOnlySpan<Char>, CompareOptions)Gets the total number of sort key bytes that would be produced from the specified input.
GetType()Gets the Type of the current instance.
(Inherited from Object) IndexOf(ReadOnlySpan<Char>, ReadOnlySpan<Char>, CompareOptions, Int32)Searches for the first occurrence of a substring within a source string.
IndexOf(ReadOnlySpan<Char>, ReadOnlySpan<Char>, CompareOptions)Searches for the first occurrence of a substring within the specified read-only span of characters.
IndexOf(ReadOnlySpan<Char>, Rune, CompareOptions)Searches for the first occurrence of a Rune within the specified read-only span of characters.
IndexOf(String, Char, CompareOptions)Searches for the specified character and returns the zero-based index of the first occurrence within the entire source string using the specified CompareOptions value.
IndexOf(String, Char, Int32, CompareOptions)Searches for the specified character and returns the zero-based index of the first occurrence within the section of the source string that extends from the specified index to the end of the string using the specified CompareOptions value.
IndexOf(String, Char, Int32, Int32, CompareOptions)Searches for the specified character and returns the zero-based index of the first occurrence within the section of the source string that starts at the specified index and contains the specified number of elements using the specified CompareOptions value.
IndexOf(String, Char, Int32, Int32)Searches for the specified character and returns the zero-based index of the first occurrence within the section of the source string that starts at the specified index and contains the specified number of elements.
IndexOf(String, Char, Int32)Searches for the specified character and returns the zero-based index of the first occurrence within the section of the source string that extends from the specified index to the end of the string.
IndexOf(String, Char)Searches for the specified character and returns the zero-based index of the first occurrence within the entire source string.
IndexOf(String, String, CompareOptions)Searches for the specified substring and returns the zero-based index of the first occurrence within the entire source string using the specified CompareOptions value.
IndexOf(String, String, Int32, CompareOptions)Searches for the specified substring and returns the zero-based index of the first occurrence within the section of the source string that extends from the specified index to the end of the string using the specified CompareOptions value.
IndexOf(String, String, Int32, Int32, CompareOptions)Searches for the specified substring and returns the zero-based index of the first occurrence within the section of the source string that starts at the specified index and contains the specified number of elements using the specified CompareOptions value.
IndexOf(String, String, Int32, Int32)Searches for the specified substring and returns the zero-based index of the first occurrence within the section of the source string that starts at the specified index and contains the specified number of elements.
IndexOf(String, String, Int32)Searches for the specified substring and returns the zero-based index of the first occurrence within the section of the source string that extends from the specified index to the end of the string.
IndexOf(String, String)Searches for the specified substring and returns the zero-based index of the first occurrence within the entire source string.
IsPrefix(ReadOnlySpan<Char>, ReadOnlySpan<Char>, CompareOptions, Int32)Determines whether a string starts with a specific prefix.
IsPrefix(ReadOnlySpan<Char>, ReadOnlySpan<Char>, CompareOptions)Determines whether a read-only span of characters starts with a specific prefix.
IsPrefix(String, String, CompareOptions)Determines whether the specified source string starts with the specified prefix using the specified CompareOptions value.
IsPrefix(String, String)Determines whether the specified source string starts with the specified prefix.
IsSortable(Char)Indicates whether a specified Unicode character is sortable.
IsSortable(ReadOnlySpan<Char>)Indicates whether a specified Unicode read-only span of characters is sortable.
IsSortable(Rune)Indicates whether a specified Rune is sortable.
IsSortable(String)Indicates whether a specified Unicode string is sortable.
IsSuffix(ReadOnlySpan<Char>, ReadOnlySpan<Char>, CompareOptions, Int32)Determines whether a string ends with a specific suffix.
IsSuffix(ReadOnlySpan<Char>, ReadOnlySpan<Char>, CompareOptions)Determines whether a read-only span of characters ends with a specific suffix.
IsSuffix(String, String, CompareOptions)Determines whether the specified source string ends with the specified suffix using the specified CompareOptions value.
IsSuffix(String, String)Determines whether the specified source string ends with the specified suffix.
LastIndexOf(ReadOnlySpan<Char>, ReadOnlySpan<Char>, CompareOptions, Int32)Searches for the last occurrence of a substring within a source string.
LastIndexOf(ReadOnlySpan<Char>, ReadOnlySpan<Char>, CompareOptions)Searches for the last occurrence of a substring within the specified read-only span of characters.
LastIndexOf(ReadOnlySpan<Char>, Rune, CompareOptions)Searches for the last occurrence of a Rune within the specified read-only span of characters.
LastIndexOf(String, Char, CompareOptions)Searches for the specified character and returns the zero-based index of the last occurrence within the entire source string using the specified CompareOptions value.
LastIndexOf(String, Char, Int32, CompareOptions)Searches for the specified character and returns the zero-based index of the last occurrence within the section of the source string that extends from the beginning of the string to the specified index using the specified CompareOptions value.
LastIndexOf(String, Char, Int32, Int32, CompareOptions)Searches for the specified character and returns the zero-based index of the last occurrence within the section of the source string that contains the specified number of elements and ends at the specified index using the specified CompareOptions value.
LastIndexOf(String, Char, Int32, Int32)Searches for the specified character and returns the zero-based index of the last occurrence within the section of the source string that contains the specified number of elements and ends at the specified index.
LastIndexOf(String, Char, Int32)Searches for the specified character and returns the zero-based index of the last occurrence within the section of the source string that extends from the beginning of the string to the specified index.
LastIndexOf(String, Char)Searches for the specified character and returns the zero-based index of the last occurrence within the entire source string.
LastIndexOf(String, String, CompareOptions)Searches for the specified substring and returns the zero-based index of the last occurrence within the entire source string using the specified CompareOptions value.
LastIndexOf(String, String, Int32, CompareOptions)Searches for the specified substring and returns the zero-based index of the last occurrence within the section of the source string that extends from the beginning of the string to the specified index using the specified CompareOptions value.
LastIndexOf(String, String, Int32, Int32, CompareOptions)Searches for the specified substring and returns the zero-based index of the last occurrence within the section of the source string that contains the specified number of elements and ends at the specified index using the specified CompareOptions value.
LastIndexOf(String, String, Int32, Int32)Searches for the specified substring and returns the zero-based index of the last occurrence within the section of the source string that contains the specified number of elements and ends at the specified index.
LastIndexOf(String, String, Int32)Searches for the specified substring and returns the zero-based index of the last occurrence within the section of the source string that extends from the beginning of the string to the specified index.
LastIndexOf(String, String)Searches for the specified substring and returns the zero-based index of the last occurrence within the entire source string.
MemberwiseClone()Creates a shallow copy of the current Object.
(Inherited from Object) ToString()Returns a string that represents the current CompareInfo object.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4