c# substring after chracter code example Example: substring c# after character var result = str.Substring(str.LastIndexOf('-') + 1);