@@ -1270,6 +1270,13 @@ When a managed <xref:System.Char> type, which is represented as a Unicode UTF-16
1270
1270
## Remarks
1271
1271
Valid digits are members of the <xref:System.Globalization.UnicodeCategory.DecimalDigitNumber?displayProperty=nameWithType> category.
1272
1272
1273
+ ## Examples
1274
+ The following code example demonstrates <xref:System.Char.IsDigit%2A>.
1275
+
1276
+ :::code language="cpp" source="~/samples/snippets/cpp/VS_Snippets_CLR_System/system.Char.IsDigit/CPP/isdigit.cpp" id="Snippet4":::
1277
+ :::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR_System/system.Char.IsDigit/CS/isdigit.cs" interactive="try-dotnet" id="Snippet4":::
1278
+ :::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Char.IsDigit/VB/isdigit.vb" id="Snippet4":::
1279
+
1273
1280
]]> </format >
1274
1281
</remarks >
1275
1282
</Docs >
@@ -1324,15 +1331,6 @@ When a managed <xref:System.Char> type, which is represented as a Unicode UTF-16
1324
1331
1325
1332
Valid digits are members of the <xref:System.Globalization.UnicodeCategory.DecimalDigitNumber?displayProperty=nameWithType> category.
1326
1333
1327
-
1328
-
1329
- ## Examples
1330
- The following code example demonstrates <xref:System.Char.IsDigit%2A>.
1331
-
1332
- [!code-cpp[System.Char.IsDigit#4](~/samples/snippets/cpp/VS_Snippets_CLR_System/system.Char.IsDigit/CPP/isdigit.cpp#4)]
1333
- [!code-csharp[System.Char.IsDigit#4](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.Char.IsDigit/CS/isdigit.cs#4)]
1334
- [!code-vb[System.Char.IsDigit#4](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Char.IsDigit/VB/isdigit.vb#4)]
1335
-
1336
1334
]]> </format >
1337
1335
</remarks >
1338
1336
<altmember cref =" M:System.Text.Rune.IsDigit(System.Text.Rune)" />
@@ -1399,15 +1397,6 @@ When a managed <xref:System.Char> type, which is represented as a Unicode UTF-16
1399
1397
1400
1398
Valid digits are members of the <xref:System.Globalization.UnicodeCategory.DecimalDigitNumber?displayProperty=nameWithType> category.
1401
1399
1402
-
1403
-
1404
- ## Examples
1405
- The following code example demonstrates <xref:System.Char.IsDigit%2A>.
1406
-
1407
- [!code-cpp[System.Char.IsDigit#4](~/samples/snippets/cpp/VS_Snippets_CLR_System/system.Char.IsDigit/CPP/isdigit.cpp#4)]
1408
- [!code-csharp[System.Char.IsDigit#4](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.Char.IsDigit/CS/isdigit.cs#4)]
1409
- [!code-vb[System.Char.IsDigit#4](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Char.IsDigit/VB/isdigit.vb#4)]
1410
-
1411
1400
]]> </format >
1412
1401
</remarks >
1413
1402
<exception cref =" T:System.ArgumentNullException" >
0 commit comments