Пример #1
0
 public static string GetCurrencyAbbreviationMask(string text, AbbreviationType type)
 {
     return(string.Format(GetCurrencyPattern(), GetAbbreviationMask(text, type), CultureInfo.CurrentCulture.NumberFormat.CurrencySymbol));
 }