From fd5abd87e54ff8c61d7a1052c4f92d482d301f3d Mon Sep 17 00:00:00 2001 From: Ralf Koop Date: Wed, 26 Jun 2024 22:10:49 +0200 Subject: [PATCH] winonarm15: 2024-06-26 22:10:49 --- Technik/C#/Strings.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Technik/C#/Strings.md b/Technik/C#/Strings.md index 4d14c0e..85773f7 100644 --- a/Technik/C#/Strings.md +++ b/Technik/C#/Strings.md @@ -2,4 +2,8 @@ Strings formattieren : ###### String-Interpolation mit`$` -'Console.WriteLine(**$**"Hello, {name}! Today is {date.DayOfWeek}, it's {date:HH:mm} now.");' \ No newline at end of file +'Console.WriteLine(**$**"Hello, {name}! Today is {date.DayOfWeek}, it's {date:HH:mm} now.");' + + + +#format \ No newline at end of file