طريقة 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 | فهرس بدء السلسلة الفرعية. |
| الطول | int32_t | طول السلسلة الفرعية. |
ReturnValue
المقاطع المستخرجة.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++