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++