Provides extension methods that apply Smart String formatting to Text.StringBuilder, IO.TextWriter, and string.
| Method | Description |
|---|---|
| AppendLineSmart | Appends a formatted string followed by a line terminator, using the same semantics as Smart.Format. |
| AppendSmart | Appends a formatted string, using the same semantics as Smart.Format. |
| FormatSmart | Formats the specified arguments, using this string as the composite format string. |
| WriteLineSmart | Writes a formatted string followed by a line terminator, using the same semantics as Smart.Format. |
| WriteSmart | Writes a formatted string, using the same semantics as Smart.Format. |