You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System/Char.xml
+8-19Lines changed: 8 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1575,7 +1575,14 @@ When a managed <xref:System.Char> type, which is represented as a Unicode UTF-16
1575
1575
- Modifiers, such as U+02B0 (MODIFIER LETTER SMALL H) through U+02C1 (MODIFIER LETTER REVERSED GLOTTAL STOP), or U+1D2C (MODIFIER LETTER CAPITAL A) through U+1D61 (MODIFIER LETTER SMALL CHI). These characters are members of the <xref:System.Globalization.UnicodeCategory.ModifierLetter?displayProperty=nameWithType> category.
1576
1576
1577
1577
- Other letters, such as U+05D0 (HEBREW LETTER ALEF) through U+05EA (HEBREW LETTER TAV), U+0621 (ARABIC LETTER HAMZA) through U+063A (ARABIC LETTER GHAIN), or U+4E00 (\<CJK Ideograph, First>) through U+9FC3 (\<CJK Ideograph, Last>). These characters are members of the <xref:System.Globalization.UnicodeCategory.OtherLetter?displayProperty=nameWithType> category.
1578
-
1578
+
1579
+
## Examples
1580
+
The following code example demonstrates <xref:System.Char.IsLetter%2A>.
@@ -1638,15 +1645,6 @@ When a managed <xref:System.Char> type, which is represented as a Unicode UTF-16
1638
1645
1639
1646
- Other letters, such as U+05D0 (HEBREW LETTER ALEF) through U+05EA (HEBREW LETTER TAV), U+0621 (ARABIC LETTER HAMZA) through U+063A (ARABIC LETTER GHAIN), or U+4E00 (\<CJK Ideograph, First>) through U+9FC3 (\<CJK Ideograph, Last>). These characters are members of the <xref:System.Globalization.UnicodeCategory.OtherLetter?displayProperty=nameWithType> category.
1640
1647
1641
-
1642
-
1643
-
## Examples
1644
-
The following code example demonstrates <xref:System.Char.IsLetter%2A>.
@@ -1720,15 +1718,6 @@ When a managed <xref:System.Char> type, which is represented as a Unicode UTF-16
1720
1718
1721
1719
- Other letters, such as U+05D0 (HEBREW LETTER ALEF) through U+05EA (HEBREW LETTER TAV), U+0621 (ARABIC LETTER HAMZA) through U+063A (ARABIC LETTER GHAIN), or U+4E00 (\<CJK Ideograph, First>) through U+9FC3 (\<CJK Ideograph, Last>). These characters are members of the <xref:System.Globalization.UnicodeCategory.OtherLetter?displayProperty=nameWithType> category.
1722
1720
1723
-
1724
-
1725
-
## Examples
1726
-
The following code example demonstrates <xref:System.Char.IsLetter%2A>.
0 commit comments