What about simply calling the third index?

Code:
Dim thirdLine As String = IO.File.ReadAllLines("C:\c.txt")(2)
I think that should work, or would that be inefficient?