format string has been reached.
FormatSpec.writeUpToNextSpec
bool writeUpToNextSpec(OutputRange)(ref OutputRange writer) scopeWrites the format string to an output range until the next format specifier is found and parse that format specifier.
See the description of format strings for more details about the format specifier.
Parameters
writer | an output range, where the format string is written to |
OutputRange | type of the output range |
Returns
True, if a format specifier is found and false, if the end of the
Throws
A FormatException
when parsing the format specifier did not succeed.