format method

dynamic format([
  1. dynamic types
])

Return the formatted Interface.

types must be from FormatTypes variable.

If the format type is json a single string is returned, otherwise an Array of the human-readable strings is returned.

Implementation

external dynamic format([dynamic types]);