Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
As the email thread's discussion , my understanding is that Number Formtter Parse method should support :
decimalSeparator
groupingSeparator
negativeNumberFormat
So far , decimalSeparator and negativeNumberFormat can work well , but it looks like that groupingSeparator cannot work.
For example , set groupSeparator as "?" , then pare the number like "-1234?456.789" , it just return value result "-1234".