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