Overview
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