Skip to content

Commit be3ab2f

Browse files
authored
Merge pull request #49406 from wwlpublish/085f0ab408feb608f73d8cef3587ded61dea28c1b170bd07699504f20257ffe8-live
Modules/M02-convert-data-types-using-casting-conversion-techniques-c-sharp
2 parents ca78bef + 713d2e9 commit be3ab2f

11 files changed

+11
-11
lines changed

learn-pr/wwl-language/csharp-convert-cast/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction to the module."
7-
ms.date: 11/06/2024
7+
ms.date: 03/06/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/csharp-convert-cast/2-exercise-data-type-conversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Explore data type casting and conversion
44
metadata:
55
title: Exercise - Explore data type casting and conversion
66
description: "Explore different techniques that can be used for data type conversion."
7-
ms.date: 11/06/2024
7+
ms.date: 03/06/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/csharp-convert-cast/3-exercise-tryparse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Examine the TryParse() method
44
metadata:
55
title: Exercise - Examine the TryParse() method
66
description: "Examine using the TryParse() method to convert string data into a numeric data type."
7-
ms.date: 11/06/2024
7+
ms.date: 03/06/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/csharp-convert-cast/4-challenge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Complete a challenge to combine string array values as strings
44
metadata:
55
title: Exercise - Complete a challenge to combine string array values as strings and as integers
66
description: "Practice combining string array values as strings and as integers."
7-
ms.date: 11/06/2024
7+
ms.date: 03/06/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/csharp-convert-cast/5-solution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'Review a solution for combining string array values as strings and as in
44
metadata:
55
title: Review a solution for combining string array values as strings and as integers challenge
66
description: "Review a solution for combining string array values as strings and as integers challenge."
7-
ms.date: 11/06/2024
7+
ms.date: 03/06/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/csharp-convert-cast/6-challenge-2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Complete a challenge to output math operations as specific num
44
metadata:
55
title: Exercise - Complete a challenge to output math operations as specific number types
66
description: "Practice outputting math operations as specific number types."
7-
ms.date: 11/06/2024
7+
ms.date: 03/06/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/csharp-convert-cast/7-solution-2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Review a solution for the output math operations as specific number types
44
metadata:
55
title: Review a solution for the output math operations as specific number types challenge
66
description: "Review a solution for the output math operations as specific number types challenge."
7-
ms.date: 11/06/2024
7+
ms.date: 03/06/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/csharp-convert-cast/8-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Knowledge check
44
metadata:
55
title: Knowledge check
66
description: "Check what you learn in this module."
7-
ms.date: 11/06/2024
7+
ms.date: 03/06/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/csharp-convert-cast/9-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary of the module."
7-
ms.date: 11/06/2024
7+
ms.date: 03/06/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/csharp-convert-cast/includes/2-exercise-data-type-conversion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this exercise, you work your way through these questions, the implications of
1111
This module includes hands-on activities that guide you through the process of building and running demonstration code. You're encouraged to complete these activities using Visual Studio Code as your development environment. Using Visual Studio Code for these activities helps you to become more comfortable writing and running code in a developer environment that's used by professionals worldwide.
1212

1313
> [!NOTE]
14-
> If you have completed other Microsoft Learn modules in this C# series, you may have already created a project folder for code samples. If that's the case, you can skip the following section of steps, and delete the code in the `Project.cs` file used for a previous exercise.
14+
> If you have completed other Microsoft Learn modules in this C# series, you may have already created a project folder for code samples. If that's the case, you can skip the following section of steps, and delete the code in the `Program.cs` file used for a previous exercise.
1515
1616
> [!NOTE]
1717
> The code samples in this exercise are designed based on en-US culture settings, and use a period (`.`) as the decimal separator. Building and running the code with a culture setting that uses a different decimal separators (such as a comma `,`) may give unexpected results or errors. To fix this issue, replace the period decimal separators in the code samples with your local decimal separator (such as `,`).

0 commit comments

Comments
 (0)