| Pacchetto | mx.formatters |
| Interfaccia | public interface IFormatter |
| Implementatori | CurrencyFormatter, DateTimeFormatter, Formatter, NumberFormatter |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 4.5 |
| Versioni runtime: | Flash Player 10.1, AIR 2.5 |
AdvancedDataGridColumn.
Elementi API correlati
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
Formats a value and returns a String
containing the new formatted value. | IFormatter | ||
Descrizione dei metodi
format | () | metodo |
public function format(value:Object):String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 4.5 |
| Versioni runtime: | Flash Player 10.1, AIR 2.5 |
Formats a value and returns a String
containing the new formatted value.
Parametri
value:Object — Value to be formatted.
|
String — The formatted string.
|
Tue Jun 12 2018, 02:44 PM Z