Reading TXT & Writing CSV

I have two questions and figured I'll group it together in one thread since they both deal with IO.

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.
[593 byte] By [JS2] at [2007-11-20 0:34:14]
# 1 Re: Reading TXT & Writing CSV
#1 Nope
#2 Nope
DSJ at 2007-11-10 3:12:47 >