Locale.setLeadingZero

Overview | Methods | This Package | All Packages

Locale.setLeadingZero

Sets whether or not leading zeros will be in the decimal fields.

Syntax

public void setLeadingZero( boolean value )

Parameters

value

A boolean value specifying whether or not leading zeros will be in the decimal fields.

Remarks

When using this method, specifying true in the value parameter denotes leading zeros are used; specifying false denotes leading zeros are not used.

See Also  Locale.LeadingZeros, getLeadingZero