Skip to content
Dave Dunkin edited this page Jan 18, 2023 · 1 revision

Prefer string interpolation over FormatInvariant

C# 10 supports string interpolation, which in most cases is easier to read than format strings.

Clone this wiki locally