I got format exception when trying to parse this
// input string "Wed Mar 12 2014 17:50:15 GMT+0000 (UTC)"
DateTime.Parse(response.LastActivityDate);
A first chance exception of type System.FormatException
How can I parse it this input string ? What culture is this ?
thank you in advance!