string a = "One example"; Console.WriteLine("LENGTH: " + a.Length); // This code outputs 11