Esempio n. 1
0
 /// <summary>
 /// Sets the currency used by this decimal format. The min and max fraction
 /// digits remain the same.
 /// </summary>
 ///
 /// <param name="currency"></param>
 /// <seealso cref="M:System.Globalization.NumberFormatInfo.SetCurrency(null)"/>
 public override void SetCurrency(Currency currency)
 {
     dform.SetCurrency(IBM.ICU.Util.Currency.GetInstance(currency
                                                         .GetCurrencyCode()));
     symbols.SetCurrency(currency);
 }