Share via


SoapXml.String2SoapXmlElement method

Used internally by the SOAP layer. For more information, contact us.

Namespace:  Microsoft.SharePoint.SoapServer
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function String2SoapXmlElement ( _
    s As String _
) As SoapXml.SoapXmlElement
'Usage
Dim s As String
Dim returnValue As SoapXml.SoapXmlElement

returnValue = SoapXml.String2SoapXmlElement(s)
public static SoapXml.SoapXmlElement String2SoapXmlElement(
    string s
)

Parameters

Return value

Type: Microsoft.SharePoint.SoapServer.SoapXml.SoapXmlElement

See also

Reference

SoapXml class

SoapXml members

Microsoft.SharePoint.SoapServer namespace