ValueString.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an enumerator for the characters in this string.
public ReadOnlySpan<char>.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> ReadOnlySpan<char>.Enumerator
Public Function GetEnumerator () As ReadOnlySpan(Of Char).Enumerator
Returns
System.ReadOnlySpan<System.Char>.Enumerator
An enumerator for the characters in this string.