View Single Post
  #8 (permalink)  
Old Nov 16th, 2007, 06:21
alexgeek's Avatar
alexgeek alexgeek is offline
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Website analyser

Code: Select all
fileWrite.cs(39,16): error CS0029: Cannot implicitly convert type 'string' to
        'System.Text.RegularExpressions.Match'
Line 39:
Code: Select all
return Regex.Replace(m.ToString(), @"<(.|\n)*?>", string.Empty);
Reply With Quote