diff --git a/xml/System/String.xml b/xml/System/String.xml index 9034900baba..a9126ac48c8 100644 --- a/xml/System/String.xml +++ b/xml/System/String.xml @@ -3557,10 +3557,10 @@ You can download the [Sorting Weight Tables](https://www.microsoft.com/download/ - To be added. - To be added. - To be added. - To be added. + The first read-only character span to concatenate. + The second read-only character span to concatenate. + Concatenates the string representations of two specified read-only character spans. + The concatenated string representations of the values of and . To be added. @@ -3723,11 +3723,11 @@ You can download the [Sorting Weight Tables](https://www.microsoft.com/download/ - To be added. - To be added. - To be added. - To be added. - To be added. + The first read-only character span to concatenate. + The second read-only character span to concatenate. + The third read-only character span to concatenate. + Concatenates the string representations of three specified read-only character spans. + The concatenated string representations of the values of , and . To be added. @@ -3901,12 +3901,12 @@ You can download the [Sorting Weight Tables](https://www.microsoft.com/download/ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The first read-only character span to concatenate. + The second read-only character span to concatenate. + The third read-only character span to concatenate. + The fourth read-only character span to concatenate. + Concatenates the string representations of four specified read-only character spans. + The concatenated string representations of the values of , , and . To be added. @@ -4073,9 +4073,9 @@ You can download the [Sorting Weight Tables](https://www.microsoft.com/download/ - To be added. - To be added. - To be added. + The character to seek. + Returns a value indicating whether a specified character occurs within this string. + if the parameter occurs within this string; otherwise, . To be added. @@ -4121,8 +4121,7 @@ You can download the [Sorting Weight Tables](https://www.microsoft.com/download/ The string to seek. Returns a value indicating whether a specified substring occurs within this string. - - if the parameter occurs within this string, or if is the empty string (""); otherwise, . + if the parameter occurs within this string, or if is the empty string (""); otherwise, . - To be added. - To be added. - To be added. - To be added. + The character to seek. + One of the enumeration values that specifies the rules to use in the comparison. + Returns a value indicating whether a specified character occurs within this string, using the specified comparison rules. + if the parameter occurs within this string; otherwise, . To be added. @@ -4219,10 +4218,10 @@ You can download the [Sorting Weight Tables](https://www.microsoft.com/download/ - To be added. - To be added. - To be added. - To be added. + The string to seek. + One of the enumeration values that specifies the rules to use in the comparison. + Returns a value indicating whether a specified string occurs within this string, using the specified comparison rules. + if the parameter occurs within this string, or if is the empty string (""); otherwise, . To be added. @@ -6318,9 +6317,9 @@ String 'This is a string.' in domain 'NewDomain': 75CC8236 - To be added. - To be added. - To be added. + A read-only character span. + Returns the hash code for the provided read-only character span. + A 32-bit signed integer hash code. To be added. @@ -6351,9 +6350,9 @@ String 'This is a string.' in domain 'NewDomain': 75CC8236 - To be added. - To be added. - To be added. + One of the enumeration values that specifies the rules to use in the comparison. + Returns the hash code for this string using the specified rules. + A 32-bit signed integer hash code. To be added. @@ -6383,10 +6382,10 @@ String 'This is a string.' in domain 'NewDomain': 75CC8236 - To be added. - To be added. - To be added. - To be added. + A read-only character span. + One of the enumeration values that specifies the rules to use in the comparison. + Returns the hash code for the provided read-only character span using the specified rules. + A 32-bit signed integer hash code. To be added. @@ -6423,10 +6422,20 @@ String 'This is a string.' in domain 'NewDomain': 75CC8236 - Returns a reference to the first element of the string. - A pinnable reference to the first element of the string as a read-only char. - To be added. - The string is . + Returns a reference to the element of the string at index zero. + A character representing the reference to the element of the string at index zero. + + + in memory. It is required to support the use of a within a fixed statement. + + ]]> + + + The string is null.