String Operations

asadbekit

Asadbek-IT

Posted on October 11, 2024

String Operations

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);

💖 💪 🙅 🚩
asadbekit
Asadbek-IT

Posted on October 11, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related