طريقة System::Globalization::StringInfo::GetNextTextElement
StringInfo::GetNextTextElement(const String&) method
يحصل على العنصر الأول في السلسلة المحددة.
static String System::Globalization::StringInfo::GetNextTextElement(const String &str)
| Parameter | Type | الوصف |
|---|---|---|
| str | const String& | السلسلة المدخلة. |
ReturnValue
العنصر النصي الأول.
انظر أيضًا
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
StringInfo::GetNextTextElement(const String&, int) method
يحصل على العنصر في الفهرس المحدد من السلسلة المحددة.
static String System::Globalization::StringInfo::GetNextTextElement(const String &str, int index)
| Parameter | Type | الوصف |
|---|---|---|
| str | const String& | السلسلة المدخلة. |
| الفهرس | int | فهرس البداية. |
ReturnValue
Text element at the specified index.
انظر أيضًا
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Page for C++