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/DateTime.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6755,13 +6755,13 @@ juillet 2009
6755
6755
## Overloaded method syntax
6756
6756
For additional guidance on choosing an overload, see [Which method do I call?](#Tasks)
6757
6757
6758
-
`DateTime.Parse(String` `s` `)`
6758
+
`DateTime.Parse(String s)`
6759
6759
For the conversion, uses the formatting conventions of the current thread culture and interprets the string based on the <xref:System.Globalization.DateTimeStyles?displayProperty=fullName> style flag ([example](#Parse1_Example)).
For the conversion, uses the formatting conventions of a specified culture and interprets the string based on the <xref:System.Globalization.DateTimeStyles?displayProperty=fullName> style flag ([example](#Parse2_Example)).
For the conversion, uses the formatting conventions of a specified culture and interprets the string based on specified style flags ([example](#Parse3_Example)).
6766
6766
6767
6767
<a name="Params"></a>
@@ -6984,4 +6984,4 @@ An object that is equivalent to the date and time contained in `s`.
0 commit comments