طريقة System::String::PadRight

String::PadRight method

يضيف حشوًا على يمين السلسلة الأصلية.

String System::String::PadRight(int totalWidth, char_t c=u' ') const
معاملنوعالوصف
totalWidthintعدد أحرف الحشوة التي سيتم إدراجها.
cchar_tحرف الحشوة.

ReturnValue

String with padding inserted.

انظر أيضًا