IntlFormatter

interface IntlFormatter<T>(source)

Common interface for Intl formatters that can be memoized. Each formatter is locale-specific.

Inheritors

Functions

Link copied to clipboard
abstract fun format(value: T): String

Format a value using this formatter.