GetNextTextElement()
StringInfo::GetNextTextElement(const String&) method
Gets first element in the specified string.
static String System::Globalization::StringInfo::GetNextTextElement(const String &str)
Arguments
Parameter | Type | Description |
---|---|---|
str | const String& | Input string. |
Return Value
First text element.
StringInfo::GetNextTextElement(const String&, int) method
Gets element at the specified index of the specified string.
static String System::Globalization::StringInfo::GetNextTextElement(const String &str, int index)
Arguments
Parameter | Type | Description |
---|---|---|
str | const String& | Input string. |
index | int | Start index. |
Return Value
Text element at the specified index.
See Also
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Slides