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
<paramname="destination">When this method returns, this instance's value formatted as a span of characters.</param>
2487
+
<paramname="destination">The span in which to write this instance's value formatted as a span of characters.</param>
2488
2488
<paramname="charsWritten">When this method returns, the number of characters that were written in <paramrefname="destination" />.</param>
2489
2489
<paramname="format">A span containing the charactes that represent a standard or custom format string that defines the acceptable format for <paramrefname="destination" />.</param>
2490
2490
<paramname="provider">An optional object that supplies culture-specific formatting information for <paramrefname="destination" />.</param>
A <seelangword="null" /> reference (<seelangword="Nothing" /> in Visual Basic) to use the default format defined for the type of the <seecref="T:System.IFormattable" /> implementation.</param>
4776
-
<paramname="formatProvider">The provider to use to format the value.
4777
-
-or-
4776
+
<paramname="formatProvider">The provider to use to format the value.
4777
+
-or-
4778
4778
A <seelangword="null" /> reference (<seelangword="Nothing" /> in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.</param>
4779
4779
<summary>Formats the value of the current instance using the specified format.</summary>
4780
4780
<returns>The value of the current instance in the specified format.</returns>
@@ -4812,7 +4812,7 @@ This member is an explicit interface member implementation. It can be used only
<paramname="destination">When this method returns, this instance's value formatted as a span of characters.</param>
4815
+
<paramname="destination">The span in which to write this instance's value formatted as a span of characters.</param>
4816
4816
<paramname="charsWritten">When this method returns, the number of characters that were written in <paramrefname="destination" />.</param>
4817
4817
<paramname="format">A span containing the characters that represent a standard or custom format string that defines the acceptable format for <paramrefname="destination" />.</param>
4818
4818
<paramname="provider">An optional object that supplies culture-specific formatting information for <paramrefname="destination" />.</param>
0 commit comments