طريقة System::Text::StringBuilder::AppendLine
StringBuilder::AppendLine() method
يضيف حرف سطر جديد إلى المُنشئ.
StringBuilder * System::Text::StringBuilder::AppendLine()
ReturnValue
هذا المؤشر.
انظر أيضًا
- Class StringBuilder
- Class StringBuilder
- Namespace System::Text
- Library Aspose.Font for C++
StringBuilder::AppendLine(const String&) method
يضيف سلسلة متبوعة بحرف سطر جديد إلى المُنشئ.
StringBuilder * System::Text::StringBuilder::AppendLine(const String &str)
| معامل | نوع | الوصف |
|---|---|---|
| str | const String& | String لإضافتها. |
ReturnValue
هذا المؤشر.
انظر أيضًا
- Class StringBuilder
- Class String
- Class StringBuilder
- Namespace System::Text
- Library Aspose.Font for C++