Home > widget-integration > FilterService > formatPriceLabel
FilterService.formatPriceLabel() method
Formats price label with currency
Signature:
formatPriceLabel(to: number, from: number, precision?: number, moneyFormat?: string): string;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
to |
number | |
|
from |
number | |
|
precision |
number |
(Optional) |
|
moneyFormat |
string |
(Optional) |
Returns:
string