Convert decimal to hexadecimal
525328 | foreach { '0x{0:X8}' -f $_ }
'0x{0:X8}' -f 525328
Convert hexadecimal to decimal
0x10
Sources:
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 525328
Convert hexadecimal to decimal
0x10
Sources:
Related:
Tags: Handle data - Handle, Import, Export, Filter and RegEx query objects in PowerShell