C# has a feature, String Interpolation, to format strings in a flexible and readable way. The following example is usually being used when we have data beforehand then pass data to the template string ...
dateFormat String YYYY-MM-DD Format of the date.