System::Globalization::StringInfo::GetNextTextElement Methode
StringInfo::GetNextTextElement(const String&) method
Liefert das erste Element im angegebenen String.
static String System::Globalization::StringInfo::GetNextTextElement(const String &str)
| Parameter | Typ | Beschreibung |
|---|---|---|
| str | const String& | Eingabezeichenkette. |
ReturnValue
Erstes Textelement.
Siehe auch
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
StringInfo::GetNextTextElement(const String&, int) method
Liefert das Element am angegebenen Index des angegebenen Strings.
static String System::Globalization::StringInfo::GetNextTextElement(const String &str, int index)
| Parameter | Typ | Beschreibung |
|---|---|---|
| str | const String& | Eingabezeichenkette. |
| Index | int | Startindex. |
ReturnValue
Text element at the specified index.
Siehe auch
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Font for C++