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