Name
Format String
Example
Comments
Currency Format
C or c or C2 - precision
Console.WriteLine(amount.ToString("C"))
output depends on your current UI culture
Percent Format
...