Further expand your C# abilities with a deep dive into string operations and type conversions. This course focuses on practical implementations and helps you master these two essential areas.
Overview
Syllabus
- Lesson 1: String Manipulation in C#: Reversing Individual Words
- String Word Rotation
- Opposite Character Transformation in Strings
- Capitalize the First Letter of Each Word in a String
- Lesson 2: Parsing and Multiplying Numbers in Strings Using C#
- Convert Numbers and Letters in Hyphenated String
- Sum Player Scores from a Jumbled String
- Transforming Strings with Number Repositioning
- Lesson 3: Time Parsing and Type Conversion in C#
- Add Seconds to Time Points
- Calculating Minutes in a Time Period
- Add Days to Date in YYYY-MM-DD Format
- Lesson 4: String Manipulation in C#: Finding Substring Occurrences
- Replace Substring in Text
- Find and Replace Words with Reversed Versions in Sentences
- Detect and Report Character Swaps in Strings