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
* extraneous T was deleted from Remarks section
* deleted Remarks section at top because under each IsControl example has a Remarks section already
* per Ron's suggestion, adding back in the Remarks section at the top. And deleting the two below the examples
Copy file name to clipboardExpand all lines: xml/System/Char.xml
+5-15Lines changed: 5 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1067,10 +1067,10 @@ When a managed <xref:System.Char> type, which is represented as a Unicode UTF-16
1067
1067
<summary>Indicates whether a specified Unicode character is categorized as a control character.</summary>
1068
1068
<remarks>
1069
1069
<formattype="text/markdown"><![CDATA[
1070
-
1071
-
## Remarks
1070
+
1071
+
## Remarks
1072
1072
Control characters are formatting and other non-printing characters, such as ACK, BEL, CR, FF, LF, and VT. The Unicode standard assigns code points from \U0000 to \U001F, \U007F, and from \U0080 to \U009F to control characters. According to the Unicode standard, these values are to be interpreted as control characters unless their use is otherwise defined by an application. Valid control characters are members of the <xref:System.Globalization.UnicodeCategory.Control?displayProperty=nameWithType> category.
1073
-
1073
+
1074
1074
]]></format>
1075
1075
</remarks>
1076
1076
</Docs>
@@ -1116,11 +1116,7 @@ When a managed <xref:System.Char> type, which is represented as a Unicode UTF-16
1116
1116
<returns>
1117
1117
<seelangword="true" /> if <paramrefname="c" /> is a control character; otherwise, <seelangword="false" />.</returns>
1118
1118
<remarks>
1119
-
<formattype="text/markdown"><![CDATA[
1120
-
1121
-
## Remarks
1122
-
Control characters are formatting and other non-printing characters, such as ACK, BEL, CR, FF, LF, and VT. T The Unicode standard assigns code points from \U0000 to \U001F, \U007F, and from \U0080 to \U009F to control characters. According to the Unicode standard, these values are to be interpreted as control characters unless their use is otherwise defined by an application. Valid control characters are members of the <xref:System.Globalization.UnicodeCategory.Control?displayProperty=nameWithType> category.
1123
-
1119
+
<formattype="text/markdown"><![CDATA[
1124
1120
1125
1121
1126
1122
## Examples
@@ -1182,13 +1178,7 @@ When a managed <xref:System.Char> type, which is represented as a Unicode UTF-16
1182
1178
<returns>
1183
1179
<seelangword="true" /> if the character at position <paramrefname="index" /> in <paramrefname="s" /> is a control character; otherwise, <seelangword="false" />.</returns>
1184
1180
<remarks>
1185
-
<formattype="text/markdown"><![CDATA[
1186
-
1187
-
## Remarks
1188
-
Character positions in a string are indexed starting from zero.
1189
-
1190
-
Control characters are formatting and other non-printing characters, such as ACK, BEL, CR, FF, LF, and VT. The Unicode standard assigns code points from \U0000 to \U001F, \U007F, and from \U0080 to \U009F to control characters. According to the Unicode standard, these values are to be interpreted as control characters unless their use is otherwise defined by an application. Valid control characters are members of the <xref:System.Globalization.UnicodeCategory.Control?displayProperty=nameWithType> category.
0 commit comments