If you know for sure the string is a date you can do this. Make sure to confirm the value is a valid date first though or it will blow up.
Convert.ToDateTime(datestring).ToString("MM/dd/yyyyy")