convert uk string date to DateTime csharp

Code Example - convert uk string date to DateTime csharp

                
                        DateTime date = DateTime.ParseExact(stringDate, "dd/MM/yyyy", CultureInfo.InvariantCulture);
// stringDate should be in exact format that's been specified