Introduction

The Format methods are a set of overloads in the [System.String](<https://msdn.microsoft.com/en-us/library/system.string(v=vs.110).aspx>) class used to create strings that combine objects into specific string representations. This information can be applied to [String.Format](<https://msdn.microsoft.com/en-us/library/system.string.format(v=vs.110).aspx>), various WriteLine methods as well as other methods in the .NET framework.

Syntax

Parameters

Notes: