ExtensionMethodsReadCDataElement Method  | 
 
            Reads a CData element. It assumes reader is positioned on the start element of the CData element
            
 
    Namespace: 
   SD.LLBLGen.Pro.Core.Xml
    Assembly:
   SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxpublic static string ReadCDataElement(
	this XmlReader reader
)
<ExtensionAttribute>
Public Shared Function ReadCDataElement ( 
	reader As XmlReader
) As String
Parameters
- reader
 - Type: System.XmlXmlReader
The reader. 
Return Value
Type: 
StringUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type 
XmlReader. When you use instance method syntax to call this method, omit the first parameter. For more information, see 
Extension Methods (Visual Basic) or 
Extension Methods (C# Programming Guide).
RemarksAdvances the reader to the next element following the CData element.
See Also