C# String Methods Tutorial for Beginners
Offered By: CodeBeauty via YouTube
Course Description
Overview
Learn essential string manipulation techniques in C# through this comprehensive programming tutorial. Explore string comparison using operators and the Equals method, convert strings to uppercase or lowercase, and transform numbers to strings with ToString. Discover the differences between number and string datatypes, and master searching for specific terms using Contains and IndexOf methods. Gain proficiency in extracting substrings, checking string start and end patterns, replacing parts of strings, removing whitespace, and splitting strings into arrays. Perfect for beginners, this video provides practical examples and tips for working with strings in C#, equipping you with fundamental skills for effective programming.
Syllabus
- How to compare two strings using operators
- Where to learn programming
- Compare strings using Equals method
- How to convert string to uppercase or lowercase
- How to convert a number to a string using ToString method
- Difference between number and string datatypes
- How to search for specific terms using Contains method
- How to search for specific terms using IndexOf method
- How to get a substring using Substring method
- How to check the starting string using StartsWith method
- How to check the ending string using EndsWith method
- How to replace part of the string using Replace method
- How to remove whitespace using Trim method
- How to split a string using Split method
Taught by
CodeBeauty
Related Courses
Beginning Game Programming with C#University of Colorado System via Coursera Programming with C#
Microsoft via edX DEV206.1x: Introduction to XAML and Application Development
Microsoft via edX Introduction to Game Development
Michigan State University via Coursera Designing Advanced Applications using XAML
Microsoft via edX