Format(Reader<TInput>, StringBuilder)
static
public static void Format<TInput>(ref Reader<TInput> reader, StringBuilder result) Formats the specified buffer.
Parameters
readerReader<TInput>- The reader.
resultStringBuilder- The destination string builder.
