I think there's a method called InnerString from the String class. On Thu, Dec 25, 2008 at 8:07 AM, Rookie <[email protected]> wrote:
> Hi Everybody, > > Can anyone tell me, any method in .net that will return inner string value > from the following string value. > > string sBody = listitem["Body"].ToString(); > sBody="<div>This is original string value.</div>"; > > I need to get the string between 'div' tags. > > Thanks & Regards > Bixam. > > --
