No, unfortunately there's no current built in way to make this easier.
The code that writes out the content of the DataTable is kind of long
and drawn out, so to do what you want to do today, you'd have to write
out all that code and change the line that's calling the default
ToString overload to instead call a formatted ToString for certain
columns. It would probably be easier to reformat the value in the
DataTable, unless the data in the DataTable is typed to a non-string I
suppose. I need to extend the functionality of the WriteAll method to
do some of these extra things, but somehow without cluttering up the
interface too much. Design decisions suck. Do you have an idea of how
you would want to specify the optional formats? And how you would have
had that content accessible for your last question?
Bruce Dunwiddie