In a few number fields I have, I've modified the format to {0:#}, which I believe indicates that I want just an integer number (without a decimal point) to be displayed. This seems to work for all numbers entered into the field except 0, which causes the field to be left blank in the display. I would like to distinguish between the number 0 and a blank/null value.
How can I make a value of 0 display accordingly?