How to Create a Tag Parser
Today's post is non-LINQ related…
Download the Tag Parsing Source Code:Tag Parser Engine.zip (6.93 kb)
Recently, I had the need to create a document with markup tags (similar to how HTML uses <b></b>, for example). I wanted a simple, easy solution for parsing out the tags in the document, something that could be easily reused.
I found one [...]

Read Users' Comments (0)