String interpolation help
How can I get the
email
variable into this multiline string?4 Replies
I try to add
$
but it's showing little errorsthis looks alright:
If you're on .NET 7 you can use raw string literals
With regular string literals, you can escape
{
s by using {{
Same as escaping "
is done with ""
Ohhh
let me try that
@Angius thank you i got it