Generic data formatting class.
var obj = new Active.System.Format;
| dataToText | Transforms the wire data into the readable text. |
| dataToValue | Transforms the wire data into the primitive value. |
| setErrorText | Specifies the text to be returned in case of error. |
| setErrorValue | Specifies the value to be returned in case of error. |
| valueToText | Transforms the primitive value into the readable text. |