public static string Right( this string input, int count )
string ext = "document.pdf".Right(3); // returns "pdf"