System::Globalization::StringInfo::GetTextElementEnumerator method
Contents
[
Hide
]StringInfo::GetTextElementEnumerator(const String&) method
Creates enumerator to iterate through string’s characters.
static SharedPtr<TextElementEnumerator> System::Globalization::StringInfo::GetTextElementEnumerator(const String &str)
Parameter | Type | Description |
---|---|---|
str | const String& | String to iterate through. |
ReturnValue
Newly created enumerator.
See Also
- Typedef SharedPtr
- Class TextElementEnumerator
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.TeX for C++
StringInfo::GetTextElementEnumerator(const String&, int) method
Creates enumerator to iterate through string’s characters starting at the specified index.
static SharedPtr<TextElementEnumerator> System::Globalization::StringInfo::GetTextElementEnumerator(const String &str, int index)
Parameter | Type | Description |
---|---|---|
str | const String& | String to iterate through. |
index | int | Start index. |
ReturnValue
Newly created enumerator.
See Also
- Typedef SharedPtr
- Class TextElementEnumerator
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.TeX for C++