From 9c0ff7ca3da656e36b89d03636c3a2a2dae4315f Mon Sep 17 00:00:00 2001 From: carlossanlop Date: Wed, 24 Jul 2019 11:51:09 -0700 Subject: [PATCH 1/2] Document System.String --- xml/System/String.xml | 90 +++++++++++++++++++++++-------------------- 1 file changed, 49 insertions(+), 41 deletions(-) diff --git a/xml/System/String.xml b/xml/System/String.xml index 85efebb00e0..a34ddb0ddf7 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. + To 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. @@ -6308,9 +6307,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. @@ -6341,9 +6340,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. @@ -6373,10 +6372,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. @@ -6413,9 +6412,18 @@ String 'This is a string.' in domain 'NewDomain': 75CC8236 - To be added. - To be added. - To be added. + 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. From 12138bd4c4fcb142197b2e6a7f554039deba487d Mon Sep 17 00:00:00 2001 From: carlossanlop Date: Thu, 25 Jul 2019 11:17:40 -0700 Subject: [PATCH 2/2] Suggestion by rpetrusha --- xml/System/String.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System/String.xml b/xml/System/String.xml index a34ddb0ddf7..af50580fefd 100644 --- a/xml/System/String.xml +++ b/xml/System/String.xml @@ -3558,7 +3558,7 @@ You can download the [Sorting Weight Tables](https://www.microsoft.com/download/ The first read-only character span to concatenate. - To second 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.