Skip to content

Commit 2009d98

Browse files
authored
Fixed code formatting in DateTime.Parse
1 parent 7bce68e commit 2009d98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System/DateTime.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6755,13 +6755,13 @@ juillet 2009
67556755
## Overloaded method syntax
67566756
For additional guidance on choosing an overload, see [Which method do I call?](#Tasks)
67576757
6758-
`DateTime.Parse(String` `s` `)`
6758+
`DateTime.Parse(String s)`
67596759
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)).
67606760
6761-
`DateTime.Parse(String` `s` `, IFormatProvider` `provider` `)`
6761+
`DateTime.Parse(String s, IFormatProvider provider)`
67626762
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)).
67636763
6764-
`DateTime.Parse(String` `s` `, IFormatProvider` `provider` `, DateTypeStyles` `styles` `)`
6764+
`DateTime.Parse(String s, IFormatProvider provider, DateTypeStyles styles)`
67656765
For the conversion, uses the formatting conventions of a specified culture and interprets the string based on specified style flags ([example](#Parse3_Example)).
67666766
67676767
<a name="Params"></a>
@@ -6984,4 +6984,4 @@ An object that is equivalent to the date and time contained in `s`.
69846984
</Docs>
69856985
</MemberGroup>
69866986
</Members>
6987-
</Type>
6987+
</Type>

0 commit comments

Comments
 (0)