GeneralUtility.StringToXMLDoc method

Creates an XmlDocument from data that is contained in a string.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Shared Function StringToXMLDoc ( _
    data As String _
) As XmlDocument
'Usage
Dim data As String
Dim returnValue As XmlDocument

returnValue = GeneralUtility.StringToXMLDoc(data)
public static XmlDocument StringToXMLDoc(
    string data
)

Parameters

Return value

Type: System.Xml.XmlDocument
An Xml document.

See also

Reference

GeneralUtility class

GeneralUtility members

Microsoft.Office.Project.Server.Library namespace