méthode System::String::PadLeft

String::PadLeft method

Ajoute un remplissage à gauche de la chaîne originale.

String System::String::PadLeft(int totalWidth, char_t c=u' ') const
ParamètreTypeDescription
totalWidthintNombre de caractères de remplissage à insérer.
cchar_tCaractère de remplissage.

ReturnValue

String with padding inserted.

Voir aussi