Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
StringFormatting
//Title of this code //Rextester.Program.Main is the entry point for your code. Don't change it. using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { string FormatString="{0}, {1}"; string result = string.Format(FormatString, "P0", "P1" ); Console.WriteLine(result); } } }
run
|
edit
|
history
|
help
0
Generic 2 parameters hierarchy
summing a set
Plt-D v.0.9.2
Hello-Newark-World
a4
13
max & min binary search tree
math 10.97
Sorting String Problem need help
sroitureoit