You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System/Char.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5813,12 +5813,12 @@ This member is an explicit interface member implementation. It can be used only
5813
5813
</Parameters>
5814
5814
<Docs>
5815
5815
<param name="utf8Destination">The span in which to write this instance's value formatted as a span of bytes.</param>
5816
-
<param name="bytesWritten">When this method returns, contains the number of bytes that were written in <code data-dev-comment-type="paramref">utf8Destination</code>.</param>
5817
-
<param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <code data-dev-comment-type="paramref">utf8Destination</code>.</param>
5818
-
<param name="provider">An optional object that supplies culture-specific formatting information for <code data-dev-comment-type="paramref">utf8Destination</code>.</param>
5816
+
<param name="bytesWritten">When this method returns, contains the number of bytes that were written in <paramref name="utf8Destination" />.</param>
5817
+
<param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <paramref name="utf8Destination" />.</param>
5818
+
<param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="utf8Destination" />.</param>
5819
5819
<summary>Tries to format the value of the current instance as UTF-8 into the provided span of bytes.</summary>
5820
5820
<returns>
5821
-
<code data-dev-comment-type="langword">true</code> if the formatting was successful; otherwise, <code data-dev-comment-type="langword">false</code>.</returns>
5821
+
<see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
Copy file name to clipboardExpand all lines: xml/System/DateOnly.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1730,12 +1730,12 @@
1730
1730
</Parameters>
1731
1731
<Docs>
1732
1732
<paramname="utf8Destination">The span in which to write this instance's value formatted as a span of bytes.</param>
1733
-
<paramname="bytesWritten">When this method returns, contains the number of bytes that were written in <codedata-dev-comment-type="paramref">utf8Destination</code>.</param>
1734
-
<paramname="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <codedata-dev-comment-type="paramref">utf8Destination</code>.</param>
1735
-
<paramname="provider">An optional object that supplies culture-specific formatting information for <codedata-dev-comment-type="paramref">utf8Destination</code>.</param>
1733
+
<paramname="bytesWritten">When this method returns, contains the number of bytes that were written in <paramrefname="utf8Destination" />.</param>
1734
+
<paramname="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <paramrefname="utf8Destination" />.</param>
1735
+
<paramname="provider">An optional object that supplies culture-specific formatting information for <paramrefname="utf8Destination" />.</param>
1736
1736
<summary>Tries to format the value of the current instance as UTF-8 into the provided span of bytes.</summary>
1737
1737
<returns>
1738
-
<codedata-dev-comment-type="langword">true</code> if the formatting was successful; otherwise, <codedata-dev-comment-type="langword">false</code>.</returns>
1738
+
<seelangword="true" /> if the formatting was successful; otherwise, <seelangword="false" />.</returns>
<param name="utf8Destination">The span in which to write this instance's value formatted as a span of bytes.</param>
6664
-
<param name="bytesWritten">When this method returns, contains the number of bytes that were written in <code data-dev-comment-type="paramref">utf8Destination</code>.</param>
6665
-
<param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <code data-dev-comment-type="paramref">utf8Destination</code>.</param>
6664
+
<param name="bytesWritten">When this method returns, contains the number of bytes that were written in <paramref name="utf8Destination" />.</param>
6665
+
<param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <paramref name="utf8Destination" />.</param>
6666
6666
<param name="formatProvider">To be added.</param>
6667
6667
<summary>Tries to format the value of the current instance as UTF-8 into the provided span of bytes.</summary>
6668
6668
<returns>
6669
-
<code data-dev-comment-type="langword">true</code> if the formatting was successful; otherwise, <code data-dev-comment-type="langword">false</code>.</returns>
6669
+
<see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
Copy file name to clipboardExpand all lines: xml/System/Decimal.xml
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -6090,9 +6090,9 @@ For <xref:System.Numerics.IFloatingPointIeee754%601>, this method matches the IE
6090
6090
</Parameters>
6091
6091
<Docs>
6092
6092
<param name="utf8Text">The span of UTF-8 characters to parse.</param>
6093
-
<param name="provider">An object that provides culture-specific formatting information about <code data-dev-comment-type="paramref">utf8Text</code>.</param>
6093
+
<param name="provider">An object that provides culture-specific formatting information about <paramref name="utf8Text" />.</param>
6094
6094
<summary>Parses a span of UTF-8 characters into a value.</summary>
6095
-
<returns>The result of parsing <code data-dev-comment-type="paramref">utf8Text</code>.</returns>
6095
+
<returns>The result of parsing <paramref name="utf8Text" />.</returns>
@@ -6432,10 +6432,10 @@ For <xref:System.Numerics.IFloatingPointIeee754%601>, this method matches the IE
6432
6432
</Parameters>
6433
6433
<Docs>
6434
6434
<param name="utf8Text">The span of UTF-8 characters to parse.</param>
6435
-
<param name="style">A bitwise combination of number styles that can be present in <code data-dev-comment-type="paramref">utf8Text</code>.</param>
6436
-
<param name="provider">An object that provides culture-specific formatting information about <code data-dev-comment-type="paramref">utf8Text</code>.</param>
6435
+
<param name="style">A bitwise combination of number styles that can be present in <paramref name="utf8Text" />.</param>
6436
+
<param name="provider">An object that provides culture-specific formatting information about <paramref name="utf8Text" />.</param>
6437
6437
<summary>Parses a span of UTF-8 characters into a value.</summary>
6438
-
<returns>The result of parsing <code data-dev-comment-type="paramref">utf8Text</code>.</returns>
6438
+
<returns>The result of parsing <paramref name="utf8Text" />.</returns>
@@ -11124,12 +11124,12 @@ This member is an explicit interface member implementation. It can be used only
11124
11124
</Parameters>
11125
11125
<Docs>
11126
11126
<param name="utf8Destination">The span in which to write this instance's value formatted as a span of bytes.</param>
11127
-
<param name="bytesWritten">When this method returns, contains the number of bytes that were written in <code data-dev-comment-type="paramref">utf8Destination</code>.</param>
11128
-
<param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <code data-dev-comment-type="paramref">utf8Destination</code>.</param>
11129
-
<param name="provider">An optional object that supplies culture-specific formatting information for <code data-dev-comment-type="paramref">utf8Destination</code>.</param>
11127
+
<param name="bytesWritten">When this method returns, contains the number of bytes that were written in <paramref name="utf8Destination" />.</param>
11128
+
<param name="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <paramref name="utf8Destination" />.</param>
11129
+
<param name="provider">An optional object that supplies culture-specific formatting information for <paramref name="utf8Destination" />.</param>
11130
11130
<summary>Tries to format the value of the current instance as UTF-8 into the provided span of bytes.</summary>
11131
11131
<returns>
11132
-
<code data-dev-comment-type="langword">true</code> if the formatting was successful; otherwise, <code data-dev-comment-type="langword">false</code>.</returns>
11132
+
<see langword="true" /> if the formatting was successful; otherwise, <see langword="false" />.</returns>
@@ -11478,11 +11478,11 @@ This member is an explicit interface member implementation. It can be used only
11478
11478
</Parameters>
11479
11479
<Docs>
11480
11480
<param name="utf8Text">The span of UTF-8 characters to parse.</param>
11481
-
<param name="provider">An object that provides culture-specific formatting information about <code data-dev-comment-type="paramref">utf8Text</code>.</param>
11482
-
<param name="result">On return, contains the result of successfully parsing <code data-dev-comment-type="paramref">utf8Text</code> or an undefined value on failure.</param>
11481
+
<param name="provider">An object that provides culture-specific formatting information about <paramref name="utf8Text" />.</param>
11482
+
<param name="result">On return, contains the result of successfully parsing <paramref name="utf8Text" /> or an undefined value on failure.</param>
11483
11483
<summary>Tries to parse a span of UTF-8 characters into a value.</summary>
11484
11484
<returns>
11485
-
<code data-dev-comment-type="langword">true</code> if <code data-dev-comment-type="paramref">utf8Text</code> was successfully parsed; otherwise, <code data-dev-comment-type="langword">false</code>.</returns>
11485
+
<see langword="true" /> if <paramref name="utf8Text" /> was successfully parsed; otherwise, <see langword="false" />.</returns>
@@ -11622,12 +11622,12 @@ This member is an explicit interface member implementation. It can be used only
11622
11622
</Parameters>
11623
11623
<Docs>
11624
11624
<param name="utf8Text">The span of UTF-8 characters to parse.</param>
11625
-
<param name="style">A bitwise combination of number styles that can be present in <code data-dev-comment-type="paramref">utf8Text</code>.</param>
11626
-
<param name="provider">An object that provides culture-specific formatting information about <code data-dev-comment-type="paramref">utf8Text</code>.</param>
11627
-
<param name="result">On return, contains the result of successfully parsing <code data-dev-comment-type="paramref">utf8Text</code> or an undefined value on failure.</param>
11625
+
<param name="style">A bitwise combination of number styles that can be present in <paramref name="utf8Text" />.</param>
11626
+
<param name="provider">An object that provides culture-specific formatting information about <paramref name="utf8Text" />.</param>
11627
+
<param name="result">On return, contains the result of successfully parsing <paramref name="utf8Text" /> or an undefined value on failure.</param>
11628
11628
<summary>Tries to parse a span of UTF-8 characters into a value.</summary>
11629
11629
<returns>
11630
-
<code data-dev-comment-type="langword">true</code> if <code data-dev-comment-type="paramref">utf8Text</code> was successfully parsed; otherwise, <code data-dev-comment-type="langword">false</code>.</returns>
11630
+
<see langword="true" /> if <paramref name="utf8Text" /> was successfully parsed; otherwise, <see langword="false" />.</returns>
0 commit comments