This is Part 4 in the series of Joining stings

The fourth way to join strings is using the String.Format method.

At it’s core, String.Format operates by inserting numbered placeholders into a string and its parameters as arguments to the call