Substitutions
1 | var resource=$"Hello {name}!"; |
will embed the values of the variable ‘name’ and ‘count’ into the string being declared.
Substitutions
1 | var resource=$"Hello {name}!"; |
will embed the values of the variable ‘name’ and ‘count’ into the string being declared.