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