oqueeh
.net
All topics
>
C#
String interpolation conversion to FormattableString in C#
FormattableString
message
=
$"Value is
{
value
}
"
;
Know more:
$ - string interpolation - format string output - C# | Microsoft Learn