Interface ICurrencyFormatterFactory

Index

Methods

Methods

public createCurrencyFormatterCode(currencyCode: string): CurrencyFormatter

Parameters

  • currencyCode: string

Returns

CurrencyFormatter

public createCurrencyFormatterCodeContext(currencyCode: string, languages: IIterable, geographicRegion: string): CurrencyFormatter

Parameters

  • currencyCode: string
  • languages: IIterable
  • geographicRegion: string

Returns

CurrencyFormatter