Прочитать на английском Изменить

Поделиться через


String.EnumerateRunes Method

Definition

Returns an enumeration of Rune from this string.

public System.Text.StringRuneEnumerator EnumerateRunes();

Returns

A string rune enumerator.

Remarks

Invalid sequences are represented in the enumeration by Rune.ReplacementChar.

Applies to