Method FormatInto
FormatInto(IOutput, string, params object[])
Writes the formatting result into an IOutput instance.
Declaration
public void FormatInto(IOutput output, string format, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
IOutput | output | The IOutput where the result is written to. |
string | format | The format string. |
object[] | args | The objects to format. |