Microsoft SDK for Java

setFalseValue

This method of the BooleanDataFormat class sets the string to be displayed for false values.

Syntax

public void setFalseValue(String value);

Parameters

value The string to use for false values. The default string is "False".

Remarks

Call setFalseValue to customize the display of false values. To return to the default string, pass null for the value parameter.

See Also   getFalseValue

© 1999 Microsoft Corporation. All rights reserved. Terms of use.