StringBuilder::AppendLine Method
.NET Framework (current version)
Appends the default line terminator, or a copy of a specified string and the default line terminator, to the end of this instance.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | AppendLine() | Appends the default line terminator to the end of the current StringBuilder object. |
![]() | AppendLine(String^) | Appends a copy of the specified string followed by the default line terminator to the end of the current StringBuilder object. |
Show:
