Microsoft SDK for Java

setTrueValue

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

Syntax

public void setTrueValue(String value);

Parameters

value The string to use for true values. The default string is "True".

Remarks

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

See Also   getTrueValue

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