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