How to include a DateTime format as a constant inside string interpolation
I was upgrading some code to use string interpolation, a feature introduced in C# 6, when I ran into a small snag with DateTimes and a format string stored as a constant....
Read more
Share