How to convert the below string to DateTime in C#?
DateTime
Mon Apr 22 07:56:21 +0000 2013
When i tried the code with
You have to specify that your input string is in a particular format. Please refer this link and this one too.