Skip to content

Commit 34a635f

Browse files
authored
Update how-to-convert-a-string-to-a-number.md
1 parent d178e2d commit 34a635f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/programming-guide/types/how-to-convert-a-string-to-a-number.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following example calls the <xref:System.Convert.ToInt32%28System.String%29?
5353

5454
[!code-csharp[Parsing with Convert methods](~/samples/snippets/csharp/programming-guide/string-to-number/convert/program.cs)]
5555

56-
## Use GitHub Copilot to serialize to JSON
56+
## Use GitHub Copilot to convert a string to a number
5757

5858
You can use GitHub Copilot in your IDE to generate code to convert a string to a number in C#.
5959

0 commit comments

Comments
 (0)