| Package | mx.formatters | 
| Interface | public interface IFormatter | 
| Implementors | CurrencyFormatter, DateTimeFormatter, Formatter, NumberFormatter | 
| Language Version : | ActionScript 3.0 | 
| Product Version : | Flex 4.5 | 
| Runtime Versions : | Flash Player 10.1, AIR 2.5 | 
AdvancedDataGridColumn.
   See also
| Method | Defined By | ||
|---|---|---|---|
format(value:Object):String 
      Formats a value and returns a String
      containing the new formatted value.  | IFormatter | ||
| format | () | method | 
 public function format(value:Object):String| Language Version : | ActionScript 3.0 | 
| Product Version : | Flex 4.5 | 
| Runtime Versions : | Flash Player 10.1, AIR 2.5 | 
      Formats a value and returns a String
      containing the new formatted value.
           
Parameters
value:Object — Value to be formatted.
            | 
String — The formatted string.
            |