by Tim
12. February 2010 14:16
A note to myself, if you have an xElement and want to get just the inner xml then this is the way to do it:
' Get the "inner xml" of the element
Dim oReader = RequestElement.CreateReader()
oReader.MoveToContent()
Dim asstring = oReader.ReadInnerXml()
b4415f49-b454-4bc4-9093-0e76ff4d7046|1|5.0
Tags:
LINQ | .NET