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