FormatSpec.toString

string toString() const @safe pure

Provides a string representation.

Returns

The string representation.
void toString(OutputRange)(ref OutputRange writer) if (isOutputRange!(OutputRange, char)) const

Writes a string representation to an output range.

Parameters

writeran output range, where the representation is written to
OutputRangetype of the output range