English
latest (v4.7.0)

format CDK / CORE

Description and examples Source code
A set of format utils

px

#

Adds 'px' to a number

'11px' = px(value);

getCurrencySymbol

#

Returns a currency symbol from its three letter code or ISO 4217

= getCurrencySymbol(currency);

formatNumber

#

Formats a number with separators

'123 456.78' = tuiFormatNumber(value, precision, decimalSeparator, thousandSeparator);