c# get last character code example Example: c# get last character of string string str = "Hello World"; string substr = str.Substring(str.Length - 1);