Currency_GetLeadingZero()

Examples


The Currency_GetLeadingZero() function returns a boolean value indicating whether a currency value less than 1 and greater than -1 will be displayed with a leading zero when the specified multiformat value is applied to a currency field.

Syntax

Currency_GetLeadingZero(multiformat_value)

Parameters

multiformat_value An integer value that was assigned to the currency format you are inquiring about.

Return value

Boolean. If true is returned, a leading zero is used. If false is returned, a leading zero isn’t used.


Documentation Feedback