oqueeh
.net
All topics
>
C#
String interpolation in C#
$"Some value:
{
someValue
}
"
References:
$ - string interpolation - format string output - C# | Microsoft Learn