DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
XmlReader object.
This helper function constructs XmlReader object
using provided XML source code.
Namespace: DotNetWikiBotAssembly: 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: XmlReaderXmlReader object.