| synopsis || arguments || prev || next |
bool set_hex_mode( bool new_mode)
Java: boolean Set_hex_mode( boolean new_mode)
[Declared in "../coresys/common/kdu_messaging.h"]
Changes the behaviour of integer output operators. A false argument means that integer values will be displayed as decimal quantities, while a true argument means that they will be displayed as hexadecimal quantities. The function returns the previous value of the hexadecimal mode, so that it can be restored by the caller.