Powershell: How do add Delimiter to Integer?

前端 未结 0 1577
清歌不尽
清歌不尽 2020-12-01 21:28

Use Case: I want to add a delimeter to an Integer Result in Powershell

$Result = ($foo).Count
Write-Output $Result

$> 2221
相关标签:
回答
  • 消灭零回复
提交回复
热议问题