public static XmlDocument MergeXml(
string xmlFile,
string xmlString,
bool useFileControls = false
)Public Shared Function MergeXml (
xmlFile As String,
xmlString As String,
Optional useFileControls As Boolean = false
) As XmlDocument