System::String::PadLeft メソッド
String::PadLeft method
元の文字列の左側にパディングを追加します。
String System::String::PadLeft(int totalWidth, char_t c=u' ') const
| パラメーター | 型 | 説明 |
|---|---|---|
| totalWidth | int | 挿入するパディング文字数。 |
| c | char_t | パディング文字。 |
ReturnValue
String with padding inserted.
参照
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++