Skip to main content

Posts

Showing posts from October, 2012

VB.NET Common Utility class for String manipulation , validation

Having a util class is pretty handy when needing common system wide functions to call in order to manipulate strings perform validations. The following Class is just work in progress of some of the more common functions you would use when starting out your project. Please fill free to add comments i.e other useful functions to make it a more comprehensive utility class.