Reading TXT & Writing CSV
First question: Is there any way to read from a TXT file backwards line by line? I thought about just reading until EOF and traversing the string backwards, but the sheer size of the TXT will make that somewhat of an unwanted option.
Second question: I'm using StreamWriter to create a CSV file. Is there anyway to format the characters to appear either bold or as a larger font? I'ld like my column names to stand out for easier reading.
Thanx.

