format method

String format(
  1. T value
)

Implementation

String format(T value)
=> formatter.format(value);