Why is there no string.Format Extension Method?
Why is there no built-in extension method like this?
Now the following code
becomes this
Which is much neater in my opinion. Unfortunately we can’t name it ‘Format’ since the compiler gets confused between our extension method and the static method on the string class.