-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update StringToParse section #7322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The information relating to the `DateTimeFormatInfo` object is important enough to call out earlier here in the docs...some of this information is later referenced only when referring to ParseExact, but this small addition is helpful to immediately note that the full DateTimeFormatInfo object is used as the default parsing, which would include formatting patterns.
Docs Build status updates of commit 1def2ee: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fyi - @tarekgh |
Single-spacing after period Co-authored-by: Eric Erhardt <[email protected]>
Docs Build status updates of commit f6061ff: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Learn Build status updates of commit b5103ed: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
The information relating to the
DateTimeFormatInfo
object is important enough to call out earlier here in the docs...some of this information is later referenced only when referring to ParseExact, but this small addition is helpful to immediately note that the full DateTimeFormatInfo object is used as the default parsing, which would include formatting patterns.