Horje
c# write line variable Code Example
c# write line variable
Console.WriteLine("{0}.{1}.{2}", mon, da, yer);

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

Console.WriteLine($"{mon}.{da}.{yer}");  // note the $ prefix.




Csharp

Related
How to print text to screen in c# Code Example How to print text to screen in c# Code Example
Alll select options unselectable Code Example Alll select options unselectable Code Example
c# normalize value Code Example c# normalize value Code Example
c# insert backslash in string Code Example c# insert backslash in string Code Example
c# unhandled exception in thread” Code Example c# unhandled exception in thread” Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8