numberAsMoney(value: number | string, dropDecimals?: boolean, thousandSeparator?: boolean): string
This helper can be used to convert a number value into a formatted money string.
The output format will be 1.000.000,00 or 1.000.000 if "dropDecimals" is set to true
This helper can be used to convert a number value into a formatted money string. The output format will be 1.000.000,00 or 1.000.000 if "dropDecimals" is set to true