C# String Theory—Introduction
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| CSharp-Online.NET:Articles |
| C# Articles |
| edit |
[edit]
Introduction to C# Strings
String handling is—probably—one of the most important and most used features of modern programming languages. For example, business applications consist almost entirely of string handling and number processing. With the advent of the World Wide Web (WWW), string handling became critical to the process of generating Web pages dynamically. Accordingly, the designers of C# gave string handling a lot of thought and have provided a wealth of easy-to-use, natural, string handling functions.
|

