| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Method Summary | |
| public | format ( value: Object, data: Object ): Object |
| Converts from a raw data type to a new object | |
| public | parse ( value: Object, data: Object ): Object |
| Converts from a string, or other data type, to the raw data type | |
|
| Converts from a raw data type to a new object Converts from a raw data type to a new object.
| ||||||
|
|
| Converts from a string, or other data type, to the raw data type Converts from a string, or other data type, to the raw data type. This transformation should be the exact inverse transformation of IDataFormatter.format().
| ||||||
|