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