1 /BINARY
Specifies that the result be displayed in binary radix.
2 /CONDITION_VALUE
Specifies that the expression be interpreted as a condition value (the kind of condition value you would specify using the condition-handling mechanism). The message text corresponding to that condition value is then displayed. The specified value must be an integer value.
3 /DECIMAL
Specifies that the result be displayed in decimal radix.
4 /HEXADECIMAL
Specifies that the result be displayed in hexadecimal radix.
5 /OCTAL
Specifies that the result be displayed in octal radix.