Converts a value to the specified base.
value=base
Use the value=base command to convert the value you specify to the base you specify. The value can be a decimal, hexadecimal, or octal number. Precede hexadecimal numbers with 0x; precede octal numbers with 0 (zero). The base can be D (decimal), X (hexadecimal), or O (octal). Prism prints the converted value in the command window.
0x100=D 256 256=X 0x100 0x100=O 0400 0400=X 0x100