c# get last 4 characters of string C#8 code example Example: c# get last two characters of string var result = str.Substring(str.Length - 2);