[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() ![]() | AppendFormatLine(StringBuilder, String, Object) |
Appends the string followed by new line and returned by processing a composite format string, which contains zero or more format items, to this instance.
Each format item is replaced by the string representation of a single argument.
|
![]() ![]() | AppendFormatLine(StringBuilder, String, Object ) |
Appends the string followed by new line and returned by processing a composite format string, which contains zero or more format items, to this instance.
Each format item is replaced by the string representation of a single argument.
|
![]() ![]() | AppendFormatLine(StringBuilder, String, Object, Object) |
Appends the string followed by new line and returned by processing a composite format string, which contains zero or more format items, to this instance.
Each format item is replaced by the string representation of a single argument.
|
![]() ![]() | AppendFormatLine(StringBuilder, String, Object, Object, Object) |
Appends the string followed by new line and returned by processing a composite format string, which contains zero or more format items, to this instance.
Each format item is replaced by the string representation of a single argument.
|
See Also