Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerTip: Use PowerShell to Display Number Grouping and Control Decimal Places

Summary: Use Windows PowerShell to display number grouping and control the number of displayed decimal places. (image)  How can I use Windows PowerShell to group digits and control the number of decimal places in a large number? (image)  Use the Numeric Format Specifier, and specify the number of required decimal places. Here ...