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

String::PadLeft method

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

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

ReturnValue

String with padding inserted.

انظر أيضًا