The CA.Common.Text namespace provides a place in which common Text type functions in .NET as exposed.
The majority of applications will need some sort of text manipulation ability. This namespace aims to provide a set
of functions to help aliviate the commmon functions which tend to get written over and over again. I know that I have written
many of this functions more than once.
Classes
| Class | Description | |
|---|---|---|
| HtmlHelper |
This class provides common HTML helper functions working with text
| |
| StringCollection |
This class is nothing more that an extension to StringCollection
enabling quick ToArray()()() type Functionality
| |
| StringHelper |
String Helper class provides basic text manipulation functions
|