I am parsing a logfile in C# and want to pull out certain lines that have a value. Currently I'm searching for terms and when that term is found I use string.substring to count over and grab the ...