Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

string interpolation in C#

string foo = "bar";
Console.WriteLine($"{foo}") // prints "bar"
Source by en.wikipedia.org #
 
PREVIOUS NEXT
Tagged: #string #interpolation
ADD COMMENT
Topic
Name
6+8 =