format abstract method

String format(
  1. T value
)

Formats a value of type T as a string for output or serialization.

Implementation

String format(T value);