Microsoft SDK for Java

setNullValue

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

Syntax

public void setNullValue(String value);

Parameters

value The string to use for null values. The default string is "(null)".

Remarks

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

See Also   getNullValue

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