Skip to content

Commit 828d30d

Browse files
authored
changed files by pdets auto publish service, publishid[e61eebea-d2c2-4704-b1ae-8e5c8179b95f] and do [publish].
1 parent f21544b commit 828d30d

12 files changed

+35
-110
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"
7-
ms.date: 04/25/2023
7+
ms.date: 04/26/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

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: "Exercise - Explore data type casting and conversion"
7-
ms.date: 04/25/2023
7+
ms.date: 04/26/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

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: "Exercise - Examine the TryParse() method"
7-
ms.date: 04/25/2023
7+
ms.date: 04/26/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

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: "Exercise - Complete a challenge to combine string array values as strings and as integers"
7-
ms.date: 04/25/2023
7+
ms.date: 04/26/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

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: 04/25/2023
7+
ms.date: 04/26/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

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: "Exercise - Complete a challenge to output math operations as specific number types"
7-
ms.date: 04/25/2023
7+
ms.date: 04/26/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

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: 04/25/2023
7+
ms.date: 04/26/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

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: "Knowledge check"
7-
ms.date: 04/25/2023
7+
ms.date: 04/26/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

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"
7-
ms.date: 04/25/2023
7+
ms.date: 04/26/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

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
@@ -355,7 +355,7 @@ When you're converting using `Convert.ToInt32()`, the literal float value is pro
355355
356356
You covered several important concepts of data conversion and casting:
357357
358-
- Prevent a runtime error while perform a data conversion
358+
- Prevent a runtime error while performing a data conversion
359359
- Perform an explicit cast to tell the compiler you understand the risk of losing data
360360
- Rely on the compiler to perform an implicit cast when performing an expanding conversion
361361
- Use the `()` cast operator and the data type to perform a cast (for example, `(int)myDecimal`)

0 commit comments

Comments
 (0)