-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Term Entry] C# Strings: .Format() #5609
[Term Entry] C# Strings: .Format() #5609
Conversation
0c41f9a
to
7c8e18f
Compare
Hi @PragatiVerma18 , |
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.
Hey @dgiansante, these changes look good to me. I am marking it for the second review. Thanks for the contribution!
…dgiansante/docs into issue-5565-csharp-string-format
fixed minor punctuation errors.
Hey! @dgiansante, The entry looks good. I just have one suggestion. The content is too big for a term entry. I have specified the part that needs to be removed. |
Hey @Radhika-okhade, I've made the changes you suggested. |
Thank you @dgiansante |
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.
Thank you for contributing to Codecademy docs. The entry looks good to be merged.
👋 @dgiansante 🎉 Your contribution(s) can be seen here: https://www.codecademy.com/resources/docs/c-sharp/strings/format Please note it may take a little while for changes to become visible. |
Description
Added the String.Format() term for C#.
This entry is lengthy due to the sections on format specifiers. However, format specifiers are also used in interpolated strings and other methods (e.g., the .ToString() method of numeric, date, and enum classes). I believe this information deserves its own page. However, I’ve included it here for now, as formatting numeric and date values is commonly done with this method, and omitting this detail would be a missed opportunity. As this is my first contribution, I'm unsure how to proceed and will wait for your feedback.
Issue Solved
Closes issue #5565.
Type of Change
Checklist
main
branch.Issues Solved
section.