Méthode System::String::PadRight
String::PadRight method
Ajoute un remplissage à droite de la chaîne originale.
String System::String::PadRight(int totalWidth, char_t c=u' ') const
| Paramètre | Type | Description |
|---|---|---|
| totalWidth | int | Nombre de caractères de remplissage à insérer. |
| c | char_t | Caractère de remplissage. |
ReturnValue
String with padding inserted.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++