This method of the BooleanDataFormat class sets the string to be displayed for null values.
public void setNullValue(String value);
value | The string to use for null values. The default string is "(null)". |
Call setNullValue to customize the display of null values. To return to the default string, pass null for the value parameter.
See Also getNullValue