pp108 : getMinLength

getMinLength


Returns the minimum length of the string

Syntax

stringFormatObj.getMinLength()

Parameters

NA

Return Value


Returns the minimum length of the string

Example


The following example displays how this method is used.

importType("wcp.library.util.LocaleFormat");

importType("wcp.library.util.StringFormat");

var numberFormat = new StringFormat(elmt);
numberFormat.setMinLength("10");
numberFormat.getMinLength();

See Also


StringFormat, Locale