We will look at the following methods of the String class:

  • An introduction to the String Class
  • ToLower and ToUpper Methods
  • StartsWith and EndsWith Methods
  • Equals Method
  • Concat Method
  • Format Method
  • IndexOf and LastIndexOf Methods
  • IndexOfAny and LastIndexOfAny Methods
  • Substring Method
  • Copy Method
  • Insert Method
  • Remove Method
  • Replace Method
  • Trim, TrimStart and TrimEnd Methods
  • ToCharArray Method
  • Split Method
  • Join Method