I have also tried shielding the \'/\' symbol in the formatting string, but it didn\'t quite work. My final goal is to get the date with the \'/\' symbols as separators. I g
string s = dt.ToString("dd/M/yyyy", CultureInfo.InvariantCulture)