PadLeft()
String::PadLeft(int, char_t) const method
Adds padding on the left of original string.
String System::String::PadLeft(int totalWidth, char_t c=u' ') const
Arguments
| Parameter | Type | Description |
|---|---|---|
| totalWidth | int | Number of padding characters to insert. |
| c | char_t | Padding character. |
Return Value
String with padding inserted.
See Also
- Class String
- Namespace System
- Library Aspose.Slides