When working in Visual Studio 2005/2008/2010/1012/2013 the dates and times are shown in mm/dd/yyyy hh:MM:ss format. Is there a way to change it to the same settings as the c
Considering only the .ToString() is affected, are you sure that
Thread.CurrentThread.CurrentCulture
is not being overridden or defaulted to something different than Swedish culture?