Share via


XmlUtil.CreateXmlReader Method (String, Boolean)

 

Applies To: Dynamics CRM 2015

Namespace:   Microsoft.Xrm.Tooling.Connector
Assembly:  Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)

Syntax

public static XmlReader CreateXmlReader(
    string xml,
    bool preserveWhiteSpace
)
public:
static XmlReader^ CreateXmlReader(
    String^ xml,
    bool preserveWhiteSpace
)
static member CreateXmlReader : 
        xml:string *
        preserveWhiteSpace:bool -> XmlReader
Public Shared Function CreateXmlReader (
    xml As String,
    preserveWhiteSpace As Boolean
) As XmlReader

Parameters

Return Value

Type: System.Xml.XmlReader

See Also

CreateXmlReader Overload
XmlUtil Class
Microsoft.Xrm.Tooling.Connector Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright