طريقة System::String::PadLeft
String::PadLeft method
يضيف حشوًا على يسار السلسلة الأصلية.
String System::String::PadLeft(int totalWidth, char_t c=u' ') const
| معامل | نوع | الوصف |
|---|---|---|
| totalWidth | int | عدد أحرف الحشوة التي سيتم إدراجها. |
| c | char_t | حرف الحشوة. |
ReturnValue
String with padding inserted.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++