System::String::Substring-Methode
String::Substring(int32_t) const method
Extrahiert einen Teilstring.
String System::String::Substring(int32_t startIndex) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| startIndex | int32_t | Startindex des Substrings. |
ReturnValue
Extrahierter Teilstring.
Siehe auch
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::Substring(int32_t, int32_t) const method
Extrahiert einen Teilstring.
String System::String::Substring(int32_t startIndex, int32_t length) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| startIndex | int32_t | Startindex des Substrings. |
| Länge | int32_t | Länge des Substrings. |
ReturnValue
Extrahierter Teilstring.
Siehe auch
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++