Languages
[Edit]
EN

C# / .NET - string length

10 points
Created by:
Wade
562

In C# / .NET it is possible to check text length in following way.

String.Length property example

string text = "My name is John.";

Console.WriteLine("Text length is " + text.Length + " characters.");

Output:

Text length is 16 characters.

References

  1. String.Length Property - Microsoft Docs
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join