Try this way,
Str variable = DateTime.ParseExact("Yourinput",{"MMM dd, yyyy"},System.Globalization.CultureInfo.InvariantCulture,System.Globalization.DateTimeStyles.None).ToString("MM/dd/yyyy")
If you have more input format means you can add in the array
Regards,
Gowtham K