Convert decimal to hexadecimal
525328 | foreach { '0x{0:X8}' -f $_ }
'0x{0:X8}' -f 525328Convert hexadecimal to decimal
0x10Sources:
Related:
Tags: Handle data - Handle, Import, Export, Filter and RegEx query objects in PowerShell
Convert decimal to hexadecimal
525328 | foreach { '0x{0:X8}' -f $_ }
'0x{0:X8}' -f 525328Convert hexadecimal to decimal
0x10Sources:
Related:
Tags: Handle data - Handle, Import, Export, Filter and RegEx query objects in PowerShell