function formatSignedCurrency formatSignedCurrency(minorUnits: number,showPositive?: boolean,): string Format a signed change in minor units. Positive value is added, negative value is removed, and zero has no misleading sign. Parameters minorUnits: number optional showPositive: boolean = true Return Type string