5/2/10

Testing String Format in PowerShell

'{0:x2}' -f 10
[string]::format('{0:x2}', 10)
0a

No comments:

Post a Comment