@@ -1270,6 +1270,13 @@ When a managed <xref:System.Char> type, which is represented as a Unicode UTF-16
12701270## Remarks
12711271 Valid digits are members of the <xref:System.Globalization.UnicodeCategory.DecimalDigitNumber?displayProperty=nameWithType> category.
12721272
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+
12731280 ]]> </format >
12741281 </remarks >
12751282 </Docs >
@@ -1324,15 +1331,6 @@ When a managed <xref:System.Char> type, which is represented as a Unicode UTF-16
13241331
13251332 Valid digits are members of the <xref:System.Globalization.UnicodeCategory.DecimalDigitNumber?displayProperty=nameWithType> category.
13261333
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-
13361334 ]]> </format >
13371335 </remarks >
13381336 <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
13991397
14001398 Valid digits are members of the <xref:System.Globalization.UnicodeCategory.DecimalDigitNumber?displayProperty=nameWithType> category.
14011399
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-
14111400 ]]> </format >
14121401 </remarks >
14131402 <exception cref =" T:System.ArgumentNullException" >
0 commit comments