0
kicks
Manipulating Strings in C#
Learn to perform the basic string manipulations essential to virtually all C# applications. Excerpt: Most applications require the use of strings in one way or another. Strings are required for building SQL statements when accessing a database, for example. Knowing how to manipulate strings is useful in analyzing requests from Web clients and in constructing a response for the client.