BooleanDataFormat.BooleanDataFormat

Overview | Methods | This Package | All Packages

BooleanDataFormat.BooleanDataFormat

Creates a BooleanDataFormat object.

Syntax

public BooleanDataFormat()

public BooleanDataFormat( String falseValue, String trueValue )

public BooleanDataFormat( String falseValue, String trueValue, String nullValue )

Parameters

falseValue

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

trueValue

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

nullValue

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

Remarks

If no value is passed for falseValue, trueValue, or nullValue, the corresponding default string is used. To explicity use a default string, pass null for the parameter.