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>
667
+
<summary>Converts the specified span representation of a logical value to its <seecref="T:System.Boolean" /> equivalent.</summary>
668
+
<returns><seelangword="true" /> if <paramrefname="value" /> is equivalent to <seecref="F:System.Boolean.TrueString" />; <seelangword="false" /> if <paramrefname="value" /> is equivalent to <seecref="F:System.Boolean.FalseString" />.</returns>
669
669
<remarks>To be added.</remarks>
670
670
</Docs>
671
671
</Member>
@@ -707,8 +707,7 @@
707
707
<Docs>
708
708
<paramname="value">A string containing the value to convert.</param>
709
709
<summary>Converts the specified string representation of a logical value to its <seecref="T:System.Boolean" /> equivalent.</summary>
710
-
<returns>
711
-
<seelangword="true" /> if <paramrefname="value" /> is equivalent to <seecref="F:System.Boolean.TrueString" />; <seelangword="false" /> if <paramrefname="value" /> is equivalent to <seecref="F:System.Boolean.FalseString" />.</returns>
710
+
<returns><seelangword="true" /> if <paramrefname="value" /> is equivalent to <seecref="F:System.Boolean.TrueString" />; <seelangword="false" /> if <paramrefname="value" /> is equivalent to <seecref="F:System.Boolean.FalseString" />.</returns>
<paramname="s">A span containing the characters representing the value to convert.</param>
982
+
<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>
983
+
<paramname="provider">An object that supplies culture-specific information about the format of <paramrefname="s" />. If <paramrefname="provider" /> is <seelangword="null" />, the thread current culture is used.</param>
984
+
<summary>Converts the span representation of a number in a specified style and culture-specific format to its <seecref="T:System.Byte" /> equivalent.</summary>
985
+
<returns>A byte value that is equivalent to the number contained in <paramrefname="s" />.</returns>
<paramname="input">A span containing the characters that represent a date and time to convert.</param>
3508
+
<paramname="formatProvider">An object that provides culture-specific format information about <paramrefname="input" />.</param>
3509
+
<paramname="styles">A bitwise combination of enumeration values that indicates the permitted format of <paramrefname="input" />. A typical value to specify is <seecref="F:System.Globalization.DateTimeStyles.None" />.</param>
3510
+
<summary>Converts the specified span representation of a date and time to its <seecref="T:System.DateTimeOffset" /> equivalent using the specified culture-specific format information and formatting style.</summary>
3511
+
<returns>An object that is equivalent to the date and time that is contained in <paramrefname="input" /> as specified by <paramrefname="formatProvider" /> and <paramrefname="styles" />.</returns>
<paramname="s">The span containing the characters representing the number to convert.</param>
4603
+
<paramname="style">A bitwise combination of <seecref="T:System.Globalization.NumberStyles" /> values that indicates the style elements that can be present in <paramrefname="s" />. A typical value to specify is <seecref="F:System.Globalization.NumberStyles.Number" />.</param>
4604
+
<paramname="provider">An <seecref="T:System.IFormatProvider" /> object that supplies culture-specific information about the format of <paramrefname="s" />.</param>
4605
+
<summary>Converts the span representation of a number to its <seecref="T:System.Decimal" /> equivalent using the specified style and culture-specific format.</summary>
4606
+
<returns>The <seecref="T:System.Decimal" /> number equivalent to the number contained in <paramrefname="s" /> as specified by <paramrefname="style" /> and <paramrefname="provider" />.</returns>
<paramname="s">A span containing the characters representing the number to convert.</param>
2137
+
<paramname="style">A bitwise combination of enumeration values that indicate the style elements that can be present in <paramrefname="s" />. A typical value to specify is <seecref="F:System.Globalization.NumberStyles.Float" /> combined with <seecref="F:System.Globalization.NumberStyles.AllowThousands" />.</param>
2138
+
<paramname="provider">An object that supplies culture-specific formatting information about <paramrefname="s" />.</param>
2139
+
<summary>Converts the span representation of a number in a specified style and culture-specific format to its double-precision floating-point number equivalent.</summary>
2140
+
<returns>A double-precision floating-point number that is equivalent to the numeric value or symbol specified in <paramrefname="s" />.</returns>
<paramname="s">A span containing the characters representing the number to convert.</param>
908
+
<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>
909
+
<paramname="provider">An <seecref="T:System.IFormatProvider" /> that supplies culture-specific formatting information about <paramrefname="s" />.</param>
910
+
<summary>Converts the span representation of a number in a specified style and culture-specific format to its 16-bit signed integer equivalent.</summary>
911
+
<returns>A 16-bit signed integer equivalent to the number specified in <paramrefname="s" />.</returns>
<paramname="s">A span containing the characters representing the number to convert.</param>
981
+
<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>
982
+
<paramname="provider">An object that supplies culture-specific information about the format of <paramrefname="s" />.</param>
983
+
<summary>Converts the span representation of a number in a specified style and culture-specific format to its 32-bit signed integer equivalent.</summary>
984
+
<returns>A 32-bit signed integer equivalent to the number specified in <paramrefname="s" />.</returns>
<paramname="s">A span containing the characters representing the number to convert.</param>
935
+
<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>
936
+
<paramname="provider">An <seecref="T:System.IFormatProvider" /> that supplies culture-specific formatting information about <paramrefname="s" />.</param>
937
+
<summary>Converts the span representation of a number in a specified style and culture-specific format to its 64-bit signed integer equivalent.</summary>
938
+
<returns>A 64-bit signed integer equivalent to the number specified in <paramrefname="s" />.</returns>
<paramname="s">A span containing the characters representing the number to convert. The span is interpreted by using the style specified by <paramrefname="style" />.</param>
916
+
<paramname="style">A bitwise combination of the 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>
917
+
<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>
918
+
<summary>Converts the span representation of a number that is in a specified style and culture-specific format to its 8-bit signed equivalent.</summary>
919
+
<returns>An 8-bit signed byte value that is equivalent to the number specified in the <paramrefname="s" /> parameter.</returns>
0 commit comments