CurrencyX extension

This extension provides useful tools for Currency enumeration values.

on

Properties

alphabetic String
Gets the alphabetic code for this currency.
no setter
emojiFlag String
Gets the corresponding emoji flag to this currency.
no setter
exponent int?
Gets the number of decimal digits the currency’s representation requires. In the case that it does not apply, it returns null.
no setter
isFund bool
Return true if this currency represents a fund.
no setter
name String
Gets the name of this currency.
no setter
numerical String
Gets the numerical code representation for this currency.
no setter
symbol String
Gets the corresponding symbol for this currency.
no setter

Methods

string() String
Returns the corresponding alphabetic value of this Currency value.