DotNetWikiBot Framework Documentation
This helper function constructs XmlReader object using provided XML source code.

Namespace: DotNetWikiBot
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0

Syntax

C#
public static XmlReader GetXMLReader(
	string xmlSource
)

Parameters

xmlSource
Type: System..::..String
Source XML data.

Return Value

Type: XmlReader
XmlReader object.

See Also