This is the function called to turn return values into strings.
Implement a template called _customFormat in your apiprovider class to make special formats.
Otherwise, this provides the defaults of html, table, json, etc.
call it like so: JSONValue returnValue; formatAs(value, this, returnValue, "type");
This is the function called to turn return values into strings. Implement a template called _customFormat in your apiprovider class to make special formats. Otherwise, this provides the defaults of html, table, json, etc. call it like so: JSONValue returnValue; formatAs(value, this, returnValue, "type");