System::Globalization::StringInfo::GetNextTextElement method
StringInfo::GetNextTextElement(const String&) method
Gets first element in the specified string.
static String System::Globalization::StringInfo::GetNextTextElement(const String &str)
Parameter | Type | Description |
---|---|---|
str | const String& | Input string. |
ReturnValue
First text element.
See Also
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.TeX for C++
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)
Parameter | Type | Description |
---|---|---|
str | const String& | Input string. |
index | int | Start index. |
ReturnValue
Text element at the specified index.
See Also
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.TeX for C++