System::String::Substring メソッド
String::Substring(int32_t) const method
部分文字列を抽出します。
String System::String::Substring(int32_t startIndex) const
| パラメーター | 型 | 説明 |
|---|---|---|
| startIndex | int32_t | サブ文字列の開始インデックス。 |
ReturnValue
抽出された部分文字列。
参照
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::Substring(int32_t, int32_t) const method
部分文字列を抽出します。
String System::String::Substring(int32_t startIndex, int32_t length) const
| パラメーター | 型 | 説明 |
|---|---|---|
| startIndex | int32_t | サブ文字列の開始インデックス。 |
| length | int32_t | サブ文字列の長さ。 |
ReturnValue
抽出された部分文字列。
参照
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++