Click here to Skip to main content
15,918,471 members
Articles / Programming Languages / XML

.Net - Use The Framework

Rate me:
Please Sign up or sign in to vote.
2.33/5 (9 votes)
6 Apr 2010CPOL 8.3K   2  
The following is far easier to understand and use than the Outlaw's tip (IMHO).text = Regex.Replace(text, "screen_fadetimeout=\"[^\"\']+\"", "screen_fatetimeout="99");It has the following advantages:1. It is one line of code2. It is easier to read3. It is faster (note: XmlElement...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions