System::String::Substring-methode
String::Substring(int32_t) const method
Extraheert een substring.
String System::String::Substring(int32_t startIndex) const
| Parameter | Type | Beschrijving |
|---|---|---|
| startIndex | int32_t | Startindex van substring. |
ReturnValue
Extraheerde substring.
Zie ook
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::Substring(int32_t, int32_t) const method
Extraheert een substring.
String System::String::Substring(int32_t startIndex, int32_t length) const
| Parameter | Type | Beschrijving |
|---|---|---|
| startIndex | int32_t | Startindex van substring. |
| lengte | int32_t | Lengte van substring. |
ReturnValue
Extraheerde substring.
Zie ook
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++