[Missing <summary> documentation for "M:Scanjour.Workflow4.Common.Helpers.XmlHelper.LoadXml(System.String)"]
Namespace: Scanjour.Workflow4.Common.HelpersAssembly: Scanjour.Workflow4.Common (in Scanjour.Workflow4.Common.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static XmlDocument LoadXml(
string xmlString
)
Public Shared Function LoadXml (
xmlString As String
) As XmlDocument
public:
static XmlDocument^ LoadXml(
String^ xmlString
)
static member LoadXml :
xmlString : string -> XmlDocument
Parameters
- xmlString String
[Missing <param name="xmlString"/> documentation for "M:Scanjour.Workflow4.Common.Helpers.XmlHelper.LoadXml(System.String)"]
Return Value
XmlDocument[Missing <returns> documentation for "M:Scanjour.Workflow4.Common.Helpers.XmlHelper.LoadXml(System.String)"]
See Also