Anyone have any idea how to make a StreamReader read the last line of a text file without knowing what it is. For example if I have a text file like this:

Code:
1
2
3
4
5
6
7
how can I make my program read the last line which is "7" but with out me telling the program that it is seven? Any help is appreciated thanks