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/AggregateException.xml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -687,7 +687,9 @@
687
687
<Docs>
688
688
<summary>Returns the <seecref="T:System.Exception" /> that is the root cause of this exception. This exception is either the root exception or the first <seecref="T:System.AggregateException" /> that contains either multiple inner exceptions or no inner exceptions at all.</summary>
689
689
<returns>The <seecref="T:System.Exception" /> that is the root cause of this exception.</returns>
690
-
<remarks>To be added.</remarks>
690
+
<remarks>
691
+
<para>This will either be the root exception, or the first <seecref="T:System.AggregateException" /> that contains either multiple inner exceptions or no inner exceptions at all.</para>
<param name="utf8Source">The UTF-8 span to convert.</param>
829
+
<summary>Converts the span, which encodes binary data as hex characters, to an equivalent 8-bit unsigned integer array.</summary>
830
+
<returns>An array of 8-bit unsigned integers that is equivalent to <paramref name="utf8Source" />.</returns>
831
831
<remarks>To be added.</remarks>
832
+
<exception cref="T:System.FormatException">The length of <paramref name="utf8Source" />, is not zero or a multiple of 2.</exception>
833
+
<exception cref="T:System.FormatException">The format of <paramref name="utf8Source" /> is invalid. <paramref name="utf8Source" /> contains a non-hex character.</exception>
<param name="utf8Source">The span to convert.</param>
958
+
<param name="destination">
959
+
<para>The span in which to write the converted 8-bit unsigned integers. When this method returns value different than <see cref="F:System.Buffers.OperationStatus.Done" />, either the span remains unmodified or contains an incomplete conversion of <paramref name="utf8Source" />, up to the last valid character.</para>
960
+
</param>
961
+
<param name="bytesConsumed">When this method returns, contains the number of bytes that were consumed from <paramref name="utf8Source" />.</param>
962
+
<param name="bytesWritten">When this method returns, contains the number of bytes that were written to <paramref name="destination" />.</param>
963
+
<summary>Converts the span of UTF-8 chars, which encodes binary data as hex characters, to an equivalent 8-bit unsigned integer span.</summary>
964
+
<returns>An <see cref="T:System.Buffers.OperationStatus" /> describing the result of the operation.</returns>
<param name="utf8Destination">To be added.</param>
22916
-
<param name="bytesWritten">To be added.</param>
22917
-
<summary>To be added.</summary>
22918
-
<returns>To be added.</returns>
22918
+
<param name="source">A span of 8-bit unsigned integers.</param>
22919
+
<param name="utf8Destination">The UTF-8 span representation in hex of the elements in <paramref name="source" />.</param>
22920
+
<param name="bytesWritten">When this method returns, contains the number of bytes that were written in <paramref name="utf8Destination" />.</param>
22921
+
<summary>Converts a span of 8-bit unsigned integers to its equivalent UTF-8 span representation that is encoded with uppercase hex characters.</summary>
22922
+
<returns>
22923
+
<see langword="true" /> if the conversion was successful; otherwise, <see langword="false" />.</returns>
<param name="utf8Destination">To be added.</param>
22994
-
<param name="bytesWritten">To be added.</param>
22995
-
<summary>To be added.</summary>
22996
-
<returns>To be added.</returns>
22997
+
<param name="source">A span of 8-bit unsigned integers.</param>
22998
+
<param name="utf8Destination">The UTF-8 span representation in hex of the elements in <paramref name="source" />.</param>
22999
+
<param name="bytesWritten">When this method returns, contains the number of bytes that were written in <paramref name="utf8Destination" />.</param>
23000
+
<summary>Converts a span of 8-bit unsigned integers to its equivalent UTF-8 span representation that is encoded with lowercase hex characters.</summary>
23001
+
<returns>
23002
+
<see langword="true" /> if the conversion was successful; otherwise, <see langword="false" />.</returns>
Copy file name to clipboardExpand all lines: xml/System/DateTime.xml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5108,6 +5108,7 @@ juillet 2009
5108
5108
The equivalent method for this operator is <xref:System.DateTime.Compare%28System.DateTime%2CSystem.DateTime%29?displayProperty=nameWithType>]]></format>
The equivalent method for this operator is <xref:System.DateTime.Compare%28System.DateTime%2CSystem.DateTime%29?displayProperty=nameWithType>]]></format>
The equivalent method for this operator is <xref:System.DateTime.Compare%28System.DateTime%2CSystem.DateTime%29?displayProperty=nameWithType>]]></format>
The equivalent method for this operator is <xref:System.DateTime.Compare%28System.DateTime%2CSystem.DateTime%29?displayProperty=nameWithType>]]></format>
Copy file name to clipboardExpand all lines: xml/System/DateTimeOffset.xml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3652,6 +3652,7 @@ If you rely on properties such as <xref:System.DateTimeOffset.Now> or <xref:Syst
3652
3652
3653
3653
The equivalent method for this operator is <xref:System.DateTimeOffset.Compare%28System.DateTimeOffset%2CSystem.DateTimeOffset%29?displayProperty=nameWithType>]]></format>
@@ -3724,6 +3725,7 @@ If you rely on properties such as <xref:System.DateTimeOffset.Now> or <xref:Syst
3724
3725
3725
3726
The equivalent method for this operator is <xref:System.DateTimeOffset.Compare%28System.DateTimeOffset%2CSystem.DateTimeOffset%29?displayProperty=nameWithType>]]></format>
@@ -3940,6 +3942,7 @@ If you rely on properties such as <xref:System.DateTimeOffset.Now> or <xref:Syst
3940
3942
3941
3943
The equivalent method for this operator is <xref:System.DateTimeOffset.Compare%28System.DateTimeOffset%2CSystem.DateTimeOffset%29?displayProperty=nameWithType>]]></format>
@@ -4012,6 +4015,7 @@ If you rely on properties such as <xref:System.DateTimeOffset.Now> or <xref:Syst
4012
4015
4013
4016
The equivalent method for this operator is <xref:System.DateTimeOffset.Compare%28System.DateTimeOffset%2CSystem.DateTimeOffset%29?displayProperty=nameWithType>]]></format>
Copy file name to clipboardExpand all lines: xml/System/Decimal.xml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3390,6 +3390,7 @@ For <xref:System.Numerics.IFloatingPointIeee754%601>, this method matches the IE
3390
3390
</remarks>
3391
3391
<exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue">Decimal.MinValue</see> or greater than <see cref="F:System.Decimal.MaxValue">Decimal.MaxValue</see>.</exception>
@@ -3468,6 +3469,7 @@ For <xref:System.Numerics.IFloatingPointIeee754%601>, this method matches the IE
3468
3469
<paramref name="d2" /> is zero.</exception>
3469
3470
<exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue">Decimal.MinValue</see> or greater than <see cref="F:System.Decimal.MaxValue">Decimal.MaxValue</see>.</exception>
@@ -5318,6 +5323,7 @@ For <xref:System.Numerics.IFloatingPointIeee754%601>, this method matches the IE
5318
5323
</remarks>
5319
5324
<exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue">Decimal.MinValue</see> or greater than <see cref="F:System.Decimal.MaxValue">Decimal.MaxValue</see>.</exception>
@@ -5627,6 +5636,7 @@ For <xref:System.Numerics.IFloatingPointIeee754%601>, this method matches the IE
5627
5636
<paramref name="d2" /> is <see langword="zero" />.</exception>
5628
5637
<exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue">Decimal.MinValue</see> or greater than <see cref="F:System.Decimal.MaxValue">Decimal.MaxValue</see>.</exception>
@@ -5703,6 +5713,7 @@ For <xref:System.Numerics.IFloatingPointIeee754%601>, this method matches the IE
5703
5713
</remarks>
5704
5714
<exception cref="T:System.OverflowException">The return value is less than <see cref="F:System.Decimal.MinValue">Decimal.MinValue</see> or greater than <see cref="F:System.Decimal.MaxValue">Decimal.MaxValue</see>.</exception>
0 commit comments