Interface: Formatter

Formatter

Interface for classes that can format string
Source:

Methods

format(value) → {String}

Takes the passed in string and formats it based upon the implementation of the Formatter class
Parameters:
Name Type Description
value String The value to use in the formatting
Source:
Returns:
The same string that was passed in
Type
String