Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Converts specified System.Xml.XmlDocument into IXmlDocument.

Namespace: Tangosol.Run.Xml
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public static IXmlDocument ConvertDocument(
	XmlDocument xmlDoc
)

Parameters

xmlDoc
Type: System.Xml..::..XmlDocument
Source XmlDocument.

Return Value

IXmlDocument that is the result of conversion.

See Also