Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

formatted string C#

string b = "world.";

Console.WriteLine("Hello {0}", b);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #formatted #string
ADD COMMENT
Topic
Name
9+2 =