format abstract method

String format(
  1. T value
)

Formats the given value as text according to the rules of this pattern.

  • value: The value to format.

Returns: The value formatted according to this pattern.

Implementation

String format(T value);