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