System::String::Substring yöntemi
String::Substring(int32_t) const method
Alt dizeyi çıkarır.
String System::String::Substring(int32_t startIndex) const
| Parameter | Type | Açıklama |
|---|---|---|
| startIndex | int32_t | Alt dize başlangıç indeksi. |
ReturnValue
Alınan alt dize.
Ayrıca Bakınız
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::Substring(int32_t, int32_t) const method
Alt dizeyi çıkarır.
String System::String::Substring(int32_t startIndex, int32_t length) const
| Parameter | Type | Açıklama |
|---|---|---|
| startIndex | int32_t | Alt dize başlangıç indeksi. |
| length | int32_t | Alt dize uzunluğu. |
ReturnValue
Alınan alt dize.
Ayrıca Bakınız
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++