Extract only right most n letters from a string December 20, 2022 by Tarik string SubString = MyString.Substring(MyString.Length-6);