System::String::PadLeft metodo
String::PadLeft method
Aggiunge riempimento a sinistra della stringa originale.
String System::String::PadLeft(int totalWidth, char_t c=u' ') const
| Parametro | Tipo | Descrizione |
|---|---|---|
| totalWidth | int | Numero di caratteri di riempimento da inserire. |
| c | char_t | Carattere di riempimento. |
ReturnValue
String with padding inserted.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++