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="value">A span containing the characters representing the value to convert.</param>
1825
+
<paramname="result">When this method returns, if the conversion succeeded, contains <seelangword="true" /> if <paramrefname="value" /> is equal to <seecref="F:System.Boolean.TrueString" /> or <seelangword="false" /> if <paramrefname="value" /> is equal to <seecref="F:System.Boolean.FalseString" />. If the conversion failed, contains <seelangword="false" />. The conversion fails if <paramrefname="value" /> is <seelangword="null" /> or is not equal to the value of either the <seecref="F:System.Boolean.TrueString" /> or <seecref="F:System.Boolean.FalseString" /> field.</param>
1826
+
<summary>Tries to convert the specified span representation of a logical value to its <seecref="T:System.Boolean" /> equivalent.</summary>
1827
+
<returns><seelangword="true" /> if <paramrefname="value" /> was converted successfully; otherwise, <seelangword="false" />.</returns>
1828
1828
<remarks>To be added.</remarks>
1829
1829
</Docs>
1830
1830
</Member>
@@ -1866,9 +1866,8 @@
1866
1866
<Docs>
1867
1867
<paramname="value">A string containing the value to convert.</param>
1868
1868
<paramname="result">When this method returns, if the conversion succeeded, contains <seelangword="true" /> if <paramrefname="value" /> is equal to <seecref="F:System.Boolean.TrueString" /> or <seelangword="false" /> if <paramrefname="value" /> is equal to <seecref="F:System.Boolean.FalseString" />. If the conversion failed, contains <seelangword="false" />. The conversion fails if <paramrefname="value" /> is <seelangword="null" /> or is not equal to the value of either the <seecref="F:System.Boolean.TrueString" /> or <seecref="F:System.Boolean.FalseString" /> field.</param>
1869
-
<summary>Tries to convert the specified string representation of a logical value to its <seecref="T:System.Boolean" /> equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
1870
-
<returns>
1871
-
<seelangword="true" /> if <paramrefname="value" /> was converted successfully; otherwise, <seelangword="false" />.</returns>
1869
+
<summary>Tries to convert the specified string representation of a logical value to its <seecref="T:System.Boolean" /> equivalent.</summary>
1870
+
<returns><seelangword="true" /> if <paramrefname="value" /> was converted successfully; otherwise, <seelangword="false" />.</returns>
<paramname="s">A span containing the characters representing the number to convert.</param>
2355
+
<paramname="result">When this method returns, contains the <seecref="T:System.Byte" /> value equivalent to the number contained in <paramrefname="s" /> if the conversion succeeded, or zero if the conversion failed. This parameter is passed uninitialized; any value originally supplied in <paramrefname="result" /> will be overwritten.</param>
2356
+
<summary>Tries to convert the span representation of a number to its <seecref="T:System.Byte" /> equivalent, and returns a value that indicates whether the conversion succeeded.</summary>
2357
+
<returns><seelangword="true" /> if <paramrefname="s" /> was converted successfully; otherwise, <seelangword="false" />.</returns>
<paramname="s">A string that contains a number to convert. The string is interpreted using the <seecref="F:System.Globalization.NumberStyles.Integer" /> style.</param>
2397
+
<paramname="s">A string that contains a number to convert.</param>
2398
2398
<paramname="result">When this method returns, contains the <seecref="T:System.Byte" /> value equivalent to the number contained in <paramrefname="s" /> if the conversion succeeded, or zero if the conversion failed. This parameter is passed uninitialized; any value originally supplied in <paramrefname="result" /> will be overwritten.</param>
2399
2399
<summary>Tries to convert the string representation of a number to its <seecref="T:System.Byte" /> equivalent, and returns a value that indicates whether the conversion succeeded.</summary>
2400
-
<returns>
2401
-
<seelangword="true" /> if <paramrefname="s" /> was converted successfully; otherwise, <seelangword="false" />.</returns>
2400
+
<returns><seelangword="true" /> if <paramrefname="s" /> was converted successfully; otherwise, <seelangword="false" />.</returns>
<paramname="s">A span containing the characters representing the number to convert. The span is interpreted using the <seecref="F:System.Globalization.NumberStyles.Integer" /> style.</param>
2474
+
<paramname="style">A bitwise combination of enumeration values that indicates the style elements that can be present in <paramrefname="s" />. A typical value to specify is <seecref="F:System.Globalization.NumberStyles.Integer" />.</param>
2475
+
<paramname="provider">An object that supplies culture-specific formatting information about <paramrefname="s" />. If <paramrefname="provider" /> is <seelangword="null" />, the thread current culture is used.</param>
2476
+
<paramname="result">When this method returns, contains the 8-bit unsigned integer value equivalent to the number contained in <paramrefname="s" /> if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramrefname="s" /> parameter is <seelangword="null" /> or <seecref="F:System.String.Empty" />, is not of the correct format, or represents a number less than <seecref="F:System.Byte.MinValue" /> or greater than <seecref="F:System.Byte.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramrefname="result" /> will be overwritten.</param>
2477
+
<summary>Converts the span representation of a number in a specified style and culture-specific format to its <seecref="T:System.Byte" /> equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
2478
+
<returns><seelangword="true" /> if <paramrefname="s" /> was converted successfully; otherwise, <seelangword="false" />.</returns>
2480
2479
<remarks>To be added.</remarks>
2481
2480
</Docs>
2482
2481
</Member>
@@ -2523,8 +2522,7 @@
2523
2522
<paramname="provider">An object that supplies culture-specific formatting information about <paramrefname="s" />. If <paramrefname="provider" /> is <seelangword="null" />, the thread current culture is used.</param>
2524
2523
<paramname="result">When this method returns, contains the 8-bit unsigned integer value equivalent to the number contained in <paramrefname="s" /> if the conversion succeeded, or zero if the conversion failed. The conversion fails if the <paramrefname="s" /> parameter is <seelangword="null" /> or <seecref="F:System.String.Empty" />, is not of the correct format, or represents a number less than <seecref="F:System.Byte.MinValue" /> or greater than <seecref="F:System.Byte.MaxValue" />. This parameter is passed uninitialized; any value originally supplied in <paramrefname="result" /> will be overwritten.</param>
2525
2524
<summary>Converts the string representation of a number in a specified style and culture-specific format to its <seecref="T:System.Byte" /> equivalent. A return value indicates whether the conversion succeeded or failed.</summary>
2526
-
<returns>
2527
-
<seelangword="true" /> if <paramrefname="s" /> was converted successfully; otherwise, <seelangword="false" />.</returns>
2525
+
<returns><seelangword="true" /> if <paramrefname="s" /> was converted successfully; otherwise, <seelangword="false" />.</returns>
<param name="s">A string containing a date and time to convert.</param>
8104
+
<param name="result">When this method returns, contains the <see cref="T:System.DateTime" /> value equivalent to the date and time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateTime.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" />, is an empty string (""), or does not contain a valid string representation of a date and time. This parameter is passed uninitialized.</param>
8105
8105
<summary>To be added.</summary>
8106
-
<returns>To be added.</returns>
8106
+
<returns><see langword="true" /> if the <paramref name="s" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
8107
8107
<remarks>To be added.</remarks>
8108
8108
</Docs>
8109
8109
</Member>
@@ -8151,8 +8151,7 @@ The value of the current <xref:System.DateTime> object is formatted using the pa
8151
8151
<param name="s">A string containing a date and time to convert.</param>
8152
8152
<param name="result">When this method returns, contains the <see cref="T:System.DateTime" /> value equivalent to the date and time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateTime.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" />, is an empty string (""), or does not contain a valid string representation of a date and time. This parameter is passed uninitialized.</param>
8153
8153
<summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent and returns a value that indicates whether the conversion succeeded.</summary>
8154
-
<returns>
8155
-
<see langword="true" /> if the <paramref name="s" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
8154
+
<returns><see langword="true" /> if the <paramref name="s" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
8156
8155
<remarks>
8157
8156
<format type="text/markdown"><![CDATA[
8158
8157
@@ -8222,12 +8221,12 @@ The value of the current <xref:System.DateTime> object is formatted using the pa
<param name="s">A span containing the characters representing the date and time to convert.</param>
8225
+
<param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />.</param>
8226
+
<param name="styles">A bitwise combination of enumeration values that defines how to interpret the parsed date in relation to the current time zone or the current date. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
8227
+
<param name="result">When this method returns, contains the <see cref="T:System.DateTime" /> value equivalent to the date and time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateTime.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" />, is an empty string (""), or does not contain a valid string representation of a date and time. This parameter is passed uninitialized.</param>
8228
+
<summary>Converts the span representation of a date and time to its <see cref="T:System.DateTime" /> equivalent using the specified culture-specific format information and formatting style, and returns a value that indicates whether the conversion succeeded.</summary>
8229
+
<returns><see langword="true" /> if the <paramref name="s" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
8231
8230
<remarks>To be added.</remarks>
8232
8231
</Docs>
8233
8232
</Member>
@@ -8279,8 +8278,7 @@ The value of the current <xref:System.DateTime> object is formatted using the pa
8279
8278
<param name="styles">A bitwise combination of enumeration values that defines how to interpret the parsed date in relation to the current time zone or the current date. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
8280
8279
<param name="result">When this method returns, contains the <see cref="T:System.DateTime" /> value equivalent to the date and time contained in <paramref name="s" />, if the conversion succeeded, or <see cref="F:System.DateTime.MinValue" /> if the conversion failed. The conversion fails if the <paramref name="s" /> parameter is <see langword="null" />, is an empty string (""), or does not contain a valid string representation of a date and time. This parameter is passed uninitialized.</param>
8281
8280
<summary>Converts the specified string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent using the specified culture-specific format information and formatting style, and returns a value that indicates whether the conversion succeeded.</summary>
8282
-
<returns>
8283
-
<see langword="true" /> if the <paramref name="s" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
8281
+
<returns><see langword="true" /> if the <paramref name="s" /> parameter was converted successfully; otherwise, <see langword="false" />.</returns>
0 commit comments