Possible Duplicates:
Convert string to datetime Using C#
Converting String to DateTime C#.net
Hi, I have a string which consists of datetime in the format dd/mm/yyyy hh:mm:ss.ms
i.e. date/month/year hours:minutes:seconds.milliseconds. eg. 18/03/2011 15:16:57.487
How do I convert this string to datetime using c#
Regards cmrhema.