Pakket | mx.formatters |
Interface | public interface IFormatter |
Geïmplementeerd door | CurrencyFormatter, DateTimeFormatter, Formatter, NumberFormatter |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10.1, AIR 2.5 |
AdvancedDataGridColumn
.
Verwante API-elementen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Formats a value and returns a String
containing the new formatted value. | IFormatter |
Methodedetails
format | () | methode |
public function format(value:Object):String
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | 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.
|
Wed Jun 13 2018, 11:42 AM Z