Parsomatic

Introduction

This class contains a Dictionary of methods that allow parsing string values. Methods other than those provided by the datatype may be used. Once configured, all that is required to perform a parse are the value and the FullName of the type you want.

Background

I have a particular class that gets its configuration from an XML file. An entry might be:

See full detail: http://www.codeproject.com/KB/cs/Parsomatic.aspx

Comments

Popular posts from this blog

Very fast test data generation using exponential INSERT

Basic concept and fundamentals of ASP.NET MVC (Model View Controller) Architecture

MVC Architecture Model In ASP.NET