C# String Methods

Returns a formatted string
Returns substrings of a string
Returns a substring from the given string
Compares two strings in the alphabetical order
Replace all matching characters/text in the string
Checks whether the string contains a substring
Joins the given strings using a separator
Removes any leading and trailing whitespaces
Checks if the string ends with the given string
Returns the index of the string
Concatenates (joins) strings
Checks whether two strings have the same value
Removes a specified number of characters
Converts characters in the string to uppercase
Converts all characters in the string to lowercase
Returns a new string with left padding
Returns new string with right padding
Checks if string starts with the specified string
Copies characters in string to a character array
Returns index of the last occurrence of substring