Subscribe to Code Snippets
public static string RandomString() { string strResponse = string.Empty; try { strResponse = DateTime.Now.ToString("ddMMyyyyHHmmss"); } catch (Exception ex) { strResponse = ex.Message.ToString(); } return strResponse; }
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend