Is there a function in the streamreader
that allows for peek/read the next line to get more information without actually moving the iterator to the next position?
The action on the current line depends on the next line, but I want to keep the integrity of using this code block
while((Line = sr.ReadLine())!=null)