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.
Currency_GetLeadingZero(multiformat_value)
• multiformat_value – An integer value that was assigned to the currency format you are inquiring about.
Boolean. If true is returned, a leading zero is used. If false is returned, a leading zero isn’t used.