how to take the last 4 characters from a string c# code example Example: c# get last two characters of string var result = str.Substring(str.Length - 2);