Constructor
new module:br/parsing/ThousandsParser()
- Implements:
Methods
-
parse(vValue, mAttributes)
-
Parses an amount, strips any thousands separators and changes the local radix (decimal point) char into a ".".
Attribute Options:
Option Description separator the token representing thousands (defaults to a comma in en_GB locale) Parameters:
Name Type Description vValue
Variant the amount. mAttributes
Map the map of attributes. - Implements:
Returns:
the amount, with any number grouping separators removed