| Package | system.data.maps |
| Class | public class MultiMapFormatter |
| Inheritance | MultiMapFormatter Object |
| Implements | Formattable |
| Method | Defined By | ||
|---|---|---|---|
Creates a new MultiMapFormatter instance. | MultiMapFormatter | ||
format(value:* = null):String
Formats the specified value. | MultiMapFormatter | ||
| Constant | Defined By | ||
|---|---|---|---|
| instance : MultiMapFormatter [static]
The singleton reference of the MultiMapFormatter class. | MultiMapFormatter | ||
| MultiMapFormatter | () | Constructor |
public function MultiMapFormatter()Creates a new MultiMapFormatter instance.
| format | () | method |
public function format(value:* = null):StringFormats the specified value.
Parameters
value:* (default = null) — The object to format.
|
String — the string representation of the formatted value.
|
| instance | Constant |
public static const instance:MultiMapFormatterThe singleton reference of the MultiMapFormatter class.