String Operations

Asadbek-IT - Oct 11 - - Dev Community

string name = "John";
string UpperName = name.ToUpper();
Console.WriteLine(upperName);

javob:Kiritilgan ismni kattada chiqartirib beradi.

string text = "Hello";
string text2 = "World";
Console.WriteLine(text + text2);

. . . . . . . . . . . .
Terabox Video Player