csharp write line variable

Code Example - csharp write line variable

                
                        Console.WriteLine("{0}.{1}.{2}", mon, da, yer);

Console.WriteLine(mon + "." + da + "." + yer);

Console.WriteLine(%%%~COMPRESS~PRE~0~%%%quot;{mon}.{da}.{yer}");  // note the $ prefix.