remove first occurence string c# code example Example: c# remove first three characters from string str = "hello world!"; str.Substring(n, str.Length-n)