StringBuilderExtensionsAppendLineFormat Method |
Name | Description | |
---|---|---|
![]() ![]() ![]() |
AppendLineFormat(StringBuilder, String, Object) |
Appends the args and a new line character, basically a shorthand form of input.AppendFormat(...).AppendLine()
|
![]() ![]() |
AppendLineFormat(StringBuilder, String, Object) |
Appends the args and a new line character
|
![]() ![]() |
AppendLineFormat(StringBuilder, String, Object, Object) |
Appends the args and a new line character
|
![]() ![]() |
AppendLineFormat(StringBuilder, String, Object, Object, Object) |
Appends the args and a new line character
|