XmlExtensionMethodsReadCDataElement Method |
Reads a CData element. It assumes reader is positioned on the start element of the CData element
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public 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).
Remarks Advances the reader to the next element following the CData element.
See Also