I was playing around with the Datetime.ParseExact method, and it wants an IFormatProvider...
It works inputting null, but what exactly does it do?
Check http://msdn.microsoft.com/en-us/library/system.iformatprovider.aspx for the API.