Value formatters
Formatters help you to control how the values of different types are displayed.
Value | Description |
---|---|
none | Default. No formatting applied. |
decimalToBPS | Decimal to Basis Points (e.g. 0.01 to 100) |
percentToBPS | Percent to Basis Points (e.g. 0.05% to 5) |
decimalToPercent | Decimal to Percent (e.g. 0.102 to 10%) |
formatDate | Format Date |
numberToHumanReadable | Number to Human Readable (e.g. 1,536,000,000 to 1.54B) |
formatPercent | Format Percent (e.g. 0.42 to 42.00%) |
numberToLocaleString | Number to Locale String (e.g. 1000.00 to 1,000.536) |