how to get rid of the slashes in datetime variables csharp

Code Example - how to get rid of the slashes in datetime variables csharp

                
                        DataTime d = new DateTime(2010, 05, 06);
string s = d.ToString("MMddyyyy");