Completed
- Difference between number and string datatypes
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C# String Methods Tutorial for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 - How to compare two strings using operators
- 2 - Where to learn programming
- 3 - Compare strings using Equals method
- 4 - How to convert string to uppercase or lowercase
- 5 - How to convert a number to a string using ToString method
- 6 - Difference between number and string datatypes
- 7 - How to search for specific terms using Contains method
- 8 - How to search for specific terms using IndexOf method
- 9 - How to get a substring using Substring method
- 10 - How to check the starting string using StartsWith method
- 11 - How to check the ending string using EndsWith method
- 12 - How to replace part of the string using Replace method
- 13 - How to remove whitespace using Trim method
- 14 - How to split a string using Split method