Skip to content

Commit c4e0d5c

Browse files
Merge pull request #49994 from wwlpublish/085f0ab408feb608f73d8cef3587ded61dea28c1b170bd07699504f20257ffe8-live
Modules/M02-convert-data-types-using-casting-conversion-techniques-c-sharp
2 parents 355a534 + 194e154 commit c4e0d5c

File tree

10 files changed

+11
-11
lines changed

10 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: 03/06/2025
7+
ms.date: 04/15/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: 03/06/2025
7+
ms.date: 04/15/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: 03/06/2025
7+
ms.date: 04/15/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: 03/06/2025
7+
ms.date: 04/15/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: 03/06/2025
7+
ms.date: 04/15/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: 03/06/2025
7+
ms.date: 04/15/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: 03/06/2025
7+
ms.date: 04/15/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: Module assessment
44
metadata:
55
title: Module assessment
66
description: "Check what you learn in this module."
7-
ms.date: 03/06/2025
7+
ms.date: 04/15/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: 03/06/2025
7+
ms.date: 04/15/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/csharp-convert-cast/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### YamlMime:Module
22
uid: learn.languages.csharp-convert-cast
33
metadata:
4-
title: Convert data types using casting and conversion techniques in C#
4+
title: Convert Data Types Using Casting and Conversion Techniques in C#
55
description: "Explore using C# techniques for casts and conversions."
6-
ms.date: 03/06/2025
6+
ms.date: 04/15/2025
77
author: wwlpublish
88
ms.author: eric
99
ms.topic: module

0 commit comments

Comments
 (0)