This interface specifies the method that a formatter object must implement to allow it to be used as the formatter property for certain UI controls.

Methods

format(value:Dynamic):String

Formats a value and returns a String containing the new formatted value.

Parameters:

value

Value to be formatted.

Returns:

The formatted string.