NevronOpenVision
Nevron.Nov.Xml Namespace / NXmlNodeSerializer Class / SerializeToString Method / SerializeToString(NXmlNode,Boolean,NEncoding) Method
The XML node to serialize, typically a XML document (NXmlDocument).
Specifies whether to serialize only the node's children.
The encoding to use.
SerializeToString(NXmlNode,Boolean,NEncoding) Method
Serializes the given XML node to string adding a declaration for the specified encoding if AddDocumentDeclaration is set to true and the given XML node is an XML document.
Syntax
public System.string SerializeToString( 
   NXmlNode xmlNode,
   System.bool serializeChildrenOnly,
   NEncoding encoding
)

Parameters

xmlNode
The XML node to serialize, typically a XML document (NXmlDocument).
serializeChildrenOnly
Specifies whether to serialize only the node's children.
encoding
The encoding to use.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also