C# Tip: Format Interpolated Strings
Interpolated strings are those built with the$
symbol, that you can use to create strings using existing variables or properties. Did you know that you can apply custom formattings to such values?
Continue reading