Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-34645

CurrencyFormatter the currencySymbol not null

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • Apache Flex 4.13.0
    • None
    • None
    • If I set the value currencySymbol to null, then the default icon coming out

    Description

      var myNumber:Number = 10;
      //Output: 10

      var fomratter:CurrencyFormatter = new CurrencyFormatter();
      fomratter.currencySymbol = null;
      fomratter.decimalSeparatorTo = ",";
      fomratter.precision = 2;
      fomratter.useThousandsSeparator = false;

      var newNumber:String = fomratter.format(myNumber);

      //Output: 10,00 $

      Attachments

        Activity

          People

            Unassigned Unassigned
            robbyn666 Robbyn Gerhardt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: