Format(Reader<TInput>)
static
public static string Format<TInput>(ref Reader<TInput> reader) Formats the provided buffer.
Parameters
readerReader<TInput>- The reader.
Returns
The formatted input.
public static string Format<TInput>(ref Reader<TInput> reader)readerReader<TInput>