I need convert the date of string format \'MM/dd/yyyy\' to datetime format \'MM/dd/yyyy\' when the system date format is \'dd/MM/yyyy\'.
DateTime dt = DateTime.ParseExact("05/02/2014","MM/dd/yyyy",CultureInfo.InvariantCulture);