طريقة 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.Font for C++
String::Substring(int32_t, int32_t) const method
يستخرج جزءًا فرعيًا.
String System::String::Substring(int32_t startIndex, int32_t length) const
| معامل | نوع | الوصف |
|---|---|---|
| startIndex | int32_t | فهرس بدء الجزء الفرعي. |
| الطول | int32_t | طول الجزء الفرعي. |
ReturnValue
الجزء المستخرج.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++