Important C# String & Char Methods
String Methods
Compare (static)
CompareOrdinal (static)
Concat (static)
Contains
EndsWith
Format
IndexOf
IndexOfAny
Insert
IsNullOrEmpty
IsNullOrWhiteSpace
Join
LastIndexOf
PadLeft
Remove
Replace
ReplaceLineEndings
Split
StartsWith
Substring
ToCharArray
ToLower
ToUpper
Trim
TrimEnd
TrimStart
Char Methods
IsAscii(Char)
IsControl(Char)
IsDigit(Char)
IsLetter(Char)
IsLetterOrDigit(Char)
IsLower(Char)
IsNumber(Char)
IsPunctuation(Char)
IsSeparator(Char)
IsSymbol(Char)
IsUpper(Char)
IsWhiteSpace(Char)
ToLower(Char)
ToString()
ToUpper(Char)
TryParse(String, Char)