Extract only right most n letters from a string

string SubString = MyString.Substring(MyString.Length-6);

Leave a Comment