Skip to content

Commit e7522f1

Browse files
IndigoShockRon Petrusha
authored andcommitted
Updating IsControl Char page (#3165)
* 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
1 parent e00c976 commit e7522f1

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

xml/System/Char.xml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,10 +1067,10 @@ When a managed <xref:System.Char> type, which is represented as a Unicode UTF-16
10671067
<summary>Indicates whether a specified Unicode character is categorized as a control character.</summary>
10681068
<remarks>
10691069
<format type="text/markdown"><![CDATA[
1070-
1071-
## Remarks
1070+
1071+
## Remarks
10721072
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+
10741074
]]></format>
10751075
</remarks>
10761076
</Docs>
@@ -1116,11 +1116,7 @@ When a managed <xref:System.Char> type, which is represented as a Unicode UTF-16
11161116
<returns>
11171117
<see langword="true" /> if <paramref name="c" /> is a control character; otherwise, <see langword="false" />.</returns>
11181118
<remarks>
1119-
<format type="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+
<format type="text/markdown"><![CDATA[
11241120
11251121
11261122
## Examples
@@ -1182,13 +1178,7 @@ When a managed <xref:System.Char> type, which is represented as a Unicode UTF-16
11821178
<returns>
11831179
<see langword="true" /> if the character at position <paramref name="index" /> in <paramref name="s" /> is a control character; otherwise, <see langword="false" />.</returns>
11841180
<remarks>
1185-
<format type="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.
1191-
1181+
<format type="text/markdown"><![CDATA[
11921182
11931183
11941184
## Examples

0 commit comments

Comments
 (0)