I store some DateTime in a CSV log with:
DateTime.Now.ToString(\"MM/dd/yyyy hh:mm:ss.fff\")
When I try to read it I found something like:>
You should use this method to parse your string. You would have to make a class, imlementing IFormatProvider, but if you want to use a custom DateTime format, it's the best method I can think of.