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.Buffers/StandardFormat.xml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ Two <xref:System.Buffers.StandardFormat> instances are equal if their <xref:Syst
140
140
</Parameters>
141
141
<Docs>
142
142
<paramname="obj">An object to compare to the current instance.</param>
143
-
<summary>Returns a value that indicates whether a specified object is a <seecref="T:System.Buffers.StandardFormat"> object that is equal to the current instance.</summary>
143
+
<summary>Returns a value that indicates whether a specified object is a <seecref="T:System.Buffers.StandardFormat" /> object that is equal to the current instance.</summary>
144
144
<returns><seelangword="true" /> if the two instances are equal; otherwise, <seelangword="false" />.</returns>
145
145
<remarks>
146
146
<formattype="text/markdown"><![CDATA[
@@ -202,7 +202,7 @@ Two <xref:System.Buffers.StandardFormat> instances are equal if their <xref:Syst
202
202
</ReturnValue>a
203
203
<Docs>
204
204
<summary>Gets a value that indicates whether a format has a defined precision.</summary>
205
-
<value><seelangword="true" /> if the format has a precision other than <seecref="F:System.Buffers.StandardFormat.NoPrecision">; otherwise, <seelangword="false" />.</value>
205
+
<value><seelangword="true" /> if the format has a precision other than <seecref="F:System.Buffers.StandardFormat.NoPrecision" ?>; otherwise, <seelangword="false" />.</value>
206
206
<remarks>To be added.</remarks>
207
207
</Docs>
208
208
</Member>
@@ -319,9 +319,9 @@ A default format has a format specifier whose <xref:System.Byte> value is 0 and
<summary>Returns a value that indicates whether two <seecref="T:System.Buffers.StandardFormat"> instances are equal.</summary>
322
+
<paramname="left">The first format to compare.</param>
323
+
<paramname="right">The second format to compare.</param>
324
+
<summary>Returns a value that indicates whether two <seecref="T:System.Buffers.StandardFormat" /> instances are equal.</summary>
325
325
<returns><seelangword="true" /> if the two instances are equal; otherwise, <seelangword="false" />.</returns>
326
326
<remarks>
327
327
<formattype="text/markdown"><![CDATA[
@@ -357,7 +357,7 @@ Two <xref:System.Buffers.StandardFormat> instances are equal if their <xref:Syst
357
357
<ParameterName="symbol"Type="System.Char" />
358
358
</Parameters>
359
359
<Docs>
360
-
<paramname="symbol">To be added.</param>
360
+
<paramname="symbol">The character to convert to a <seecref="T:System.Buffers.StandardFormat" /> value.</param>
361
361
<summary>Converts a character to a <seecref="T:System.Buffers.StandardFormat" /> instance using <seecref="F:System.Buffers.StandardFormat.NoPrecision" /> precision.</summary>
362
362
<returns>A format with a <seecref="P:System.Buffers.StandardFormat.Symbol" /> property equal to <paramrefname="symbol" /> and a <seecref="P:System.Buffers.StandardFormat.Precision" /> property equal to <seecref="F:System.Buffers.StandardFormat.NoPrecision" />.</returns>
363
363
<remarks>To be added.</remarks>
@@ -427,9 +427,9 @@ Two <xref:System.Buffers.StandardFormat> instances are unequal if their <xref:Sy
<paramname="format">A read-only span that contains the character to parse.</param>
431
431
<summary>Converts a <seecref="T:System.ReadOnlySpan{System.Char}" /> into a <seecref="T:System.Buffers.StandardFormat" /> instance using <seecref="F:System.Buffers.StandardFormat.NoPrecision" /> precision.</summary>
432
-
<returns>To be added.</returns>
432
+
<returns>A value whose <seecref="P:System.Buffers.StandardFormat.Symbol" /> property value is the character in <paramrefname="format" /> and whose <seecref="P:System.Buffers.StandardFormat.Precision" /> property value is <seecref="F:System.Buffers.StandardFormat.NoPrecision" />.</returns>
0 commit comments