Microsoft SDK for Java

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

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