System::String::Substring yöntemi
String::Substring(int32_t) const method
Alt dizeyi çıkarır.
String System::String::Substring(int32_t startIndex) const
| Parametre | Tür | Açıklama |
|---|---|---|
| startIndex | int32_t | Alt dize başlangıç indeksi. |
ReturnValue
Çıkarılan alt dize.
Ayrıca Bakınız
- Class String
- Class String
- Namespace System
- Library Aspose.Font 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
| Parametre | Tür | Açıklama |
|---|---|---|
| startIndex | int32_t | Alt dize başlangıç indeksi. |
| uzunluk | int32_t | Alt dize uzunluğu |
ReturnValue
Çıkarılan alt dize.
Ayrıca Bakınız
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++