Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public static DateTime ParseExact(
  2.     string s,
  3.     string format,
  4.     IFormatProvider provider,
  5.     DateTimeStyles style
  6. )