System::String::Substring 方法
String::Substring(int32_t) const method
提取子字符串。
String System::String::Substring(int32_t startIndex) const
| Parameter | Type | 描述 |
|---|---|---|
| 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
| Parameter | Type | 描述 |
|---|---|---|
| startIndex | int32_t | 子字符串的起始索引。 |
| length | int32_t | 子字符串的长度。 |
ReturnValue
提取的子字符串。
另见
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++