Skip to content

Commit 2688e54

Browse files
committed
Revert incorrect remarks for ToString methods
1 parent 6dabc00 commit 2688e54

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

xml/System/Double.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9313,7 +9313,7 @@ Tau is approximately 6.2831853071795864769.
93139313
|A specific format or precision|Default (current) culture|<xref:System.Double.ToString%28System.String%29>|
93149314
|A specific format or precision|A specific culture|<xref:System.Double.ToString%28System.String%2CSystem.IFormatProvider%29>|
93159315

9316-
The return value can be <xref:System.Globalization.NumberFormatInfo.PositiveInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NegativeInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NaNSymbol%2A> (the string comparison is case-insensitive in .NET Core 3.0 and later, but is case-sensitive in prior versions including .NET Framework), or a string of the form:
9316+
The return value can be <xref:System.Globalization.NumberFormatInfo.PositiveInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NegativeInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NaNSymbol%2A>, or a string of the form:
93179317

93189318
[sign]integral-digits[.[fractional-digits]][E[sign]exponential-digits]
93199319

@@ -9435,7 +9435,7 @@ Tau is approximately 6.2831853071795864769.
94359435
|A specific format or precision|Default (current) culture|<xref:System.Double.ToString%28System.String%29>|
94369436
|A specific format or precision|A specific culture|<xref:System.Double.ToString%28System.String%2CSystem.IFormatProvider%29>|
94379437

9438-
The return value can be <xref:System.Globalization.NumberFormatInfo.PositiveInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NegativeInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NaNSymbol%2A> (the string comparison is case-insensitive in .NET Core 3.0 and later, but is case-sensitive in prior versions including .NET Framework), or a string of the form:
9438+
The return value can be <xref:System.Globalization.NumberFormatInfo.PositiveInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NegativeInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NaNSymbol%2A>, or a string of the form:
94399439

94409440
[sign]integral-digits[.[fractional-digits]][E[sign]exponential-digits]
94419441

@@ -9560,7 +9560,7 @@ Tau is approximately 6.2831853071795864769.
95609560
|Default ("G") format|A specific culture|<xref:System.Double.ToString%28System.IFormatProvider%29>|
95619561
|A specific format or precision|A specific culture|<xref:System.Double.ToString%28System.String%2CSystem.IFormatProvider%29>|
95629562

9563-
The return value can be <xref:System.Globalization.NumberFormatInfo.PositiveInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NegativeInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NaNSymbol%2A> (the string comparison is case-insensitive in .NET Core 3.0 and later, but is case-sensitive in prior versions including .NET Framework), or the string representation of a number, as specified by `format`.
9563+
The return value can be <xref:System.Globalization.NumberFormatInfo.PositiveInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NegativeInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NaNSymbol%2A>, or the string representation of a number, as specified by `format`.
95649564

95659565
The `format` parameter can be any valid standard numeric format specifier except for D and X, as well as any combination of custom numeric format specifiers. If `format` is `null` or an empty string, the return value is formatted with the general numeric format specifier ("G").
95669566

@@ -9682,7 +9682,7 @@ Tau is approximately 6.2831853071795864769.
96829682
|Default ("G") format|A specific culture|<xref:System.Double.ToString%28System.IFormatProvider%29>|
96839683
|A specific format or precision|Default (current) culture|<xref:System.Double.ToString%28System.String%29>|
96849684

9685-
The return value can be <xref:System.Globalization.NumberFormatInfo.PositiveInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NegativeInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NaNSymbol%2A> (the string comparison is case-insensitive in .NET Core 3.0 and later, but is case-sensitive in prior versions including .NET Framework), or the string representation of a number, as specified by `format`.
9685+
The return value can be <xref:System.Globalization.NumberFormatInfo.PositiveInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NegativeInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NaNSymbol%2A>, or the string representation of a number, as specified by `format`.
96869686

96879687
The `format` parameter can be any valid standard numeric format specifier except for D and X, as well as any combination of custom numeric format specifiers. If `format` is `null` or an empty string, the return value for this instance is formatted with the general numeric format specifier ("G").
96889688

xml/System/Single.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9344,7 +9344,7 @@ Tau is approximately 6.2831853071795864769.
93449344
|A specific format|Default (current) culture|<xref:System.Single.ToString%28System.String%29>|
93459345
|A specific format|A specific culture|<xref:System.Single.ToString%28System.String%2CSystem.IFormatProvider%29>|
93469346

9347-
The return value can be <xref:System.Globalization.NumberFormatInfo.PositiveInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NegativeInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NaNSymbol%2A> (the string comparison is case-insensitive in .NET Core 3.0 and later, but is case-sensitive in prior versions including .NET Framework), or a string of the form:
9347+
The return value can be <xref:System.Globalization.NumberFormatInfo.PositiveInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NegativeInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NaNSymbol%2A>, or a string of the form:
93489348

93499349
[sign]integral-digits[.[fractional-digits]][e[sign]exponential-digits]
93509350

@@ -9466,7 +9466,7 @@ Tau is approximately 6.2831853071795864769.
94669466
|A specific format|Default (current) culture|<xref:System.Single.ToString%28System.String%29>|
94679467
|A specific format|A specific culture|<xref:System.Single.ToString%28System.String%2CSystem.IFormatProvider%29>|
94689468

9469-
The return value can be <xref:System.Globalization.NumberFormatInfo.PositiveInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NegativeInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NaNSymbol%2A> (the string comparison is case-insensitive in .NET Core 3.0 and later, but is case-sensitive in prior versions including .NET Framework), or a string of the form:
9469+
The return value can be <xref:System.Globalization.NumberFormatInfo.PositiveInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NegativeInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NaNSymbol%2A>, or a string of the form:
94709470

94719471
[sign]integral-digits[.[fractional-digits]][e[sign]exponential-digits]
94729472

@@ -9585,7 +9585,7 @@ Tau is approximately 6.2831853071795864769.
95859585
|Default ("G") format|A specific culture|<xref:System.Single.ToString%28System.IFormatProvider%29>|
95869586
|A specific format|A specific culture|<xref:System.Single.ToString%28System.String%2CSystem.IFormatProvider%29>|
95879587

9588-
The return value can be <xref:System.Globalization.NumberFormatInfo.PositiveInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NegativeInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NaNSymbol%2A> (the string comparison is case-insensitive in .NET Core 3.0 and later, but is case-sensitive in prior versions including .NET Framework), or the string representation of the value of the current instance, as specified by `format`.
9588+
The return value can be <xref:System.Globalization.NumberFormatInfo.PositiveInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NegativeInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NaNSymbol%2A>, or the string representation of the value of the current instance, as specified by `format`.
95899589

95909590
The `format` parameter can be any valid standard numeric format specifier except for D and X, as well as any combination of custom numeric format specifiers. If format is `null` or an empty string, the return value is formatted with the general numeric format specifier ("G").
95919591

@@ -9699,7 +9699,7 @@ Tau is approximately 6.2831853071795864769.
96999699
|Default ("G") format|A specific culture|<xref:System.Single.ToString%28System.IFormatProvider%29>|
97009700
|A specific format|Default (current) culture|<xref:System.Single.ToString%28System.String%29>|
97019701

9702-
The return value can be <xref:System.Globalization.NumberFormatInfo.PositiveInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NegativeInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NaNSymbol%2A> (the string comparison is case-insensitive in .NET Core 3.0 and later, but is case-sensitive in prior versions including .NET Framework), or the string representation of the value of the current instance, as specified by `format`.
9702+
The return value can be <xref:System.Globalization.NumberFormatInfo.PositiveInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NegativeInfinitySymbol%2A>, <xref:System.Globalization.NumberFormatInfo.NaNSymbol%2A>, or the string representation of the value of the current instance, as specified by `format`.
97039703

97049704
The `format` parameter can be any valid standard numeric format specifier except for D and X, as well as any combination of custom numeric format specifiers. If `format` is `null` or an empty string, the return value for this instance is formatted with the general numeric format specifier ("G").
97059705

0 commit comments

Comments
 (0)