Method AppendLineSmart
AppendLineSmart(StringBuilder, string, params object[])
AppendLines a formatted string, using the same semantics as Smart.Format.
Declaration
public static void AppendLineSmart(this StringBuilder sb, string format, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
StringBuilder | sb | The StringBuilder 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 |