Hi,
I'm designing a GUI using gui composer and have a question about a format of values.
I placed a textbox in the GUI and the textbox is bound with a 32-bit value. Now I'd like to show the value as a binary format in GUI. For instance, I wish to show the value(13) as like '1101' in the GUI. I read how I can express the value in octal(0o%o) or hexadecimal(0x%X) format as below. But there's no example for binary format.
Could you give me an advice how I can display the value in binary format?
BR,
Travis

