format abstract method
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);
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.
String format(T value);