| Package | system.data.maps |
| Class | public class MapFormatter |
| Inheritance | MapFormatter Object |
| Implements | Formattable |
| Method | Defined By | ||
|---|---|---|---|
Creates a new MapFormatter instance. | MapFormatter | ||
format(value:* = null):String
Formats the specified value. | MapFormatter | ||
| MapFormatter | () | Constructor |
public function MapFormatter()Creates a new MapFormatter 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.
|