Constructor
new module:br/formatting/PercentFormatter()
- Implements:
- Source:
Methods
- 
    
        
        format(vValue, mAttributes)
- 
    
    Converts a decimal number to a percentage.Parameters:Name Type Description vValueVariant the decimal number (String or Number type). mAttributesMap a list of attributes, as specified in module:br/formatting/RoundingFormatter.- Implements:
- Source:
 Returns:the number specified as a percentage.