Method WriteSmart
WriteSmart(TextWriter, string, params object[])
Writes out a formatted string, using the same semantics as Smart.Format.
Declaration
public static void WriteSmart(this TextWriter writer, string format, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
TextWriter | writer | The TextWriter that will be used for output |
string | format | The template that defines how the arguments are formatted |
object[] | args | A list of arguments to be used in formatting |