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