System::Globalization::StringInfo::GetNextTextElement-methode
StringInfo::GetNextTextElement(const String&) method
Haalt het eerste element op in de opgegeven tekenreeks.
static String System::Globalization::StringInfo::GetNextTextElement(const String &str)
| Parameter | Type | Beschrijving |
|---|---|---|
| str | const String& | Invoertekenreeks. |
ReturnValue
Eerste tekstelement.
Zie ook
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
StringInfo::GetNextTextElement(const String&, int) method
Haalt het element op op de opgegeven index van de opgegeven tekenreeks.
static String System::Globalization::StringInfo::GetNextTextElement(const String &str, int index)
| Parameter | Type | Beschrijving |
|---|---|---|
| str | const String& | Invoertekenreeks. |
| index | int | Startindex. |
ReturnValue
Text element at the specified index.
Zie ook
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Page for C++