Click or drag to resize

HelperXMLWrite Method (XmlDocument)

Gives XML string from object XMLDocument

Namespace:  SOWIData.XML
Assembly:  SOWIData.XML (in SOWIData.XML.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static string XMLWrite(
	this XmlDocument pXMLDocument
)

Parameters

pXMLDocument
Type: System.XmlXmlDocument

[Missing <param name="pXMLDocument"/> documentation for "M:SOWIData.XML.Helper.XMLWrite(System.Xml.XmlDocument)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SOWIData.XML.Helper.XMLWrite(System.Xml.XmlDocument)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type XmlDocument. 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).
See Also