sformat

Send the processed (formatted) input into a sink

Parameters

sink FormatterSink

A delegate that will be called, possibly multiple times, with a portion of the result string

fmt cstring

Format string to use

args Args

Variadic arguments to format according to fmt

Return Value

Type: bool

If formatting was successful, returns true, false otherwise.

Meta