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
.
Related API Elements
Public Methods
Method | Defined By | ||
---|---|---|---|
Formats a value and returns a String
containing the new formatted value. | IFormatter |
Method Detail
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.
|
Mon Nov 28 2011, 06:48 AM -08:00