What is the easiest way to convert the following date created using
dateTime.ToString("yyyyMMddHHmmss", CultureInfo.InvariantCulture)
into a proper DateTime object?
20090530123001
I have tried Convert.ToDateTime(...) but got a FormatException.