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