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/Boolean.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -576,9 +576,9 @@ This method overrides <xref:System.Object.Equals%2A>.
576
576
577
577
## Remarks
578
578
579
-
This field is equal to the string "False".
579
+
This field is equal to the string `"False"`.
580
580
581
-
The <xref:System.Boolean.FalseString> property defines the string representation of a `False` <xref:System.Boolean> value in formatting and parsing operations.
581
+
The <xref:System.Boolean.FalseString> property defines the string representation of a `false` <xref:System.Boolean> value in formatting and parsing operations.
582
582
583
583
]]></format>
584
584
</remarks>
@@ -1902,9 +1902,9 @@ The `provider` parameter is reserved. It does not participate in the execution o
1902
1902
1903
1903
## Remarks
1904
1904
1905
-
This field is equal to the string "True".
1905
+
This field is equal to the string `"True"`.
1906
1906
1907
-
The <xref:System.Boolean.TrueString> property defines the string representation of a `True` <xref:System.Boolean> value in formatting and parsing operations.
1907
+
The <xref:System.Boolean.TrueString> property defines the string representation of a `true` <xref:System.Boolean> value in formatting and parsing operations.
0 commit comments