StringInfo::GetTextElementEnumerator Method
.NET Framework (current version)
Returns an enumerator that iterates through the text elements of a string.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetTextElementEnumerator(String^) | Returns an enumerator that iterates through the text elements of the entire string. |
![]() ![]() | GetTextElementEnumerator(String^, Int32) | Returns an enumerator that iterates through the text elements of the string, starting at the specified index. |
Show:

