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/Double.xml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3232,7 +3232,7 @@ If a separator is encountered in the `s` parameter during a parse operation, and
3232
3232
3233
3233
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:
Optional elements are framed in square brackets ([ and ]). Elements that contain the term "digits" consist of a series of numeric characters ranging from 0 to 9. The elements listed in the following table are supported.
3238
3238
@@ -3242,10 +3242,10 @@ If a separator is encountered in the `s` parameter during a parse operation, and
3242
3242
|*integral-digits*|A series of digits specifying the integral part of the number. Integral-digits can be absent if there are fractional-digits.|
3243
3243
|'*.*'|A culture-specific decimal point symbol.|
3244
3244
|*fractional-digits*|A series of digits specifying the fractional part of the number.|
3245
-
|'*e*'|A lowercase character 'e', indicating exponential (scientific) notation.|
3245
+
|'*E*'|An uppercase character 'E', indicating exponential (scientific) notation.|
3246
3246
|*exponential-digits*|A series of digits specifying an exponent.|
3247
3247
3248
-
Some examples of the return value are "100", "-123,456,789", "123.45e+6", "500", "3.1416", "600", "-0.123", and "-Infinity".
3248
+
Some examples of the return value are "100", "-123,456,789", "123.45E+6", "500", "3.1416", "600", "-0.123", and "-Infinity".
3249
3249
3250
3250
The .NET Framework provides extensive formatting support, which is described in greater detail in the following formatting topics:
3251
3251
@@ -3337,7 +3337,7 @@ If a separator is encountered in the `s` parameter during a parse operation, and
3337
3337
3338
3338
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:
Optional elements are framed in square brackets ([ and ]). Elements that contain the term "digits" consist of a series of numeric characters ranging from 0 to 9. The elements listed in the following table are supported.
3343
3343
@@ -3347,10 +3347,10 @@ If a separator is encountered in the `s` parameter during a parse operation, and
3347
3347
|*integral-digits*|A series of digits specifying the integral part of the number. Integral-digits can be absent if there are fractional-digits.|
3348
3348
|'*.*'|A culture-specific decimal point symbol.|
3349
3349
|*fractional-digits*|A series of digits specifying the fractional part of the number.|
3350
-
|'*e*'|A lowercase character 'e', indicating exponential (scientific) notation.|
3350
+
|'*E*'|An uppercase character 'E', indicating exponential (scientific) notation.|
3351
3351
|*exponential-digits*|A series of digits specifying an exponent.|
3352
3352
3353
-
Some examples of the return value are "100", "-123,456,789", "123.45e+6", "500", "3.1416", "600", "-0.123", and "-Infinity".
3353
+
Some examples of the return value are "100", "-123,456,789", "123.45E+6", "500", "3.1416", "600", "-0.123", and "-Infinity".
3354
3354
3355
3355
This instance is formatted with the general numeric format specifier ("G").
0 commit comments