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