diff --git a/xml/System.Globalization/CompareInfo.xml b/xml/System.Globalization/CompareInfo.xml index 61aa16bc114..9ad3ca363e5 100644 --- a/xml/System.Globalization/CompareInfo.xml +++ b/xml/System.Globalization/CompareInfo.xml @@ -2222,13 +2222,23 @@ Use - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The read-only span of characters to search within. + The read-only span of characters containing the substring to locate within . + The to use during the search. + When this method returns, contains the number of characters of that matched the desired value. This may be different than the length of if a linguistic comparison is performed. Set to 0 if is not found within . + Searches for the first occurrence of a substring within a source string. + The zero-based index into where the substring first appears; or a negative value if cannot be found within . + + overloads which don't take a `matchLength` argument. Call this overload only if you require the match length information. + + ]]> + + + contains an unsupported combination of flags. @@ -3097,13 +3107,24 @@ Use - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The read-only span of characters to search within. + The read-only span of characters containing the prefix to attempt to match at the start of . + The to use during the match. + When this method returns, contains the number of characters of that matched the desired prefix. This may be different than the length of if a linguistic comparison is performed. Set to 0 if the prefix did not match. + Determines whether a string starts with a specific prefix. + + if occurs at the start of ; otherwise, . + + overloads which don't take a `matchLength` argument. Call this overload only if you require the match length information. + + ]]> + + + contains an unsupported combination of flags. @@ -3556,13 +3577,24 @@ Use - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The read-only span of characters to search within. + The read-only span of characters containing the suffix to attempt to match at the end of . + The to use during the match. + When this method returns, contains the number of characters of that matched the desired suffix. This may be different than the length of if a linguistic comparison is performed. Set to 0 if the suffix did not match. + Determines whether a string ends with a specific suffix. + + if occurs at the end of ; otherwise, . + + overloads which don't take a `matchLength` argument. Call this overload only if you require the match length information. + + ]]> + + + contains an unsupported combination of flags. @@ -4218,13 +4250,23 @@ Use - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The read-only span of characters to search within. + The read-only span of characters containing the substring to locate within . + The to use during the search. + When this method returns, contains the number of characters of that matched the desired value. This may be different than the length of if a linguistic comparison is performed. Set to 0 if is not found within . + Searches for the last occurrence of a substring within a source string. + The zero-based index into where the substring last appears; or a negative number if cannot be found within . + + overloads which don't take a `matchLength` argument. Call this overload only if you require the match length information. + + ]]> + + + contains an unsupported combination of flags.