System::Text::StringBuilder::AppendLine method
StringBuilder::AppendLine() method
Appends new line character to builder.
StringBuilder * System::Text::StringBuilder::AppendLine()
ReturnValue
This pointer.
See Also
- Class StringBuilder
- Class StringBuilder
- Namespace System::Text
- Library Aspose.PUB for C++
StringBuilder::AppendLine(const String&) method
Appends string followed by new line character to builder.
StringBuilder * System::Text::StringBuilder::AppendLine(const String &str)
Parameter | Type | Description |
---|---|---|
str | const String& | String to add. |
ReturnValue
This pointer.
See Also
- Class StringBuilder
- Class String
- Class StringBuilder
- Namespace System::Text
- Library Aspose.PUB for C++