Displays a number in Hexadecimal in Power Shell
In this example let us use the Power Shell format operator to turn a base 10 number into a Hexadecimal number. The command is as follows: What the above command does is turns number 21 into an uppercase Hexadecimal number as follows: If you prefer lowercase Hexadecimal numbers instead then you can use the below…
Read More “Displays a number in Hexadecimal in Power Shell” »