Currency_Symbol_Map v0.1.0 CurrencySymbolMap View Source

Documentation for CurrencySymbolMap. A function to lookup the currency symbol for a given currency code.

Link to this section Summary

Functions

Get the symbol based on currency you can pass "aed" or "AED".

List of symbols.

Link to this section Functions

Get the symbol based on currency you can pass "aed" or "AED".

Examples

iex> CurrencySymbolMap.get("AED")
"د.إ"

List of symbols.

Examples

iex> CurrencySymbolMap.symbols()
Map of all symbols will be returned