String.Concat
Length
Array.Sort
Gets the number of characters in the string.
str.Length
Enter values below to update the example in real time.
string
Console
WriteLine
string text = "Hello"; Console.WriteLine(text.Length); // 5