String.IEnumerable.GetEnumerator Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns an enumerator that iterates through the current String object.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Collections.IEnumeratorAn object that can be used to iterate through the current String object.
Implements
IEnumerable.GetEnumerator()This member is an explicit interface member implementation. It can be used only when the String instance is cast to an IEnumerable interface. For more information, see the IEnumerable.GetEnumerator method.
Show: