trim last 2 characters of a string c# code example Example: how to remove last 3 characters from string in c# myString = myString.Substring(0, myString.Length-3);