System::Globalization::StringInfo::GetNextTextElement‑metod
StringInfo::GetNextTextElement(const String&) method
Hämtar det första elementet i den angivna strängen.
static String System::Globalization::StringInfo::GetNextTextElement(const String &str)
| Parameter | Type | Beskrivning |
|---|---|---|
| str | const String& | Indatasträng. |
ReturnValue
Första textelementet.
Se även
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
StringInfo::GetNextTextElement(const String&, int) method
Hämtar elementet på det angivna indexet i den angivna strängen.
static String System::Globalization::StringInfo::GetNextTextElement(const String &str, int index)
| Parameter | Type | Beskrivning |
|---|---|---|
| str | const String& | Indatasträng. |
| index | int | Startindex. |
ReturnValue
Text element at the specified index.
Se även
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Page for C++