Click or drag to resize
CoreHelperParseResponseIntoXml Method
Parses the response string to an XmlDocument object.

Namespace:  Intuit.Ipp.Core
Assembly:  Intuit.Ipp.Core (in Intuit.Ipp.Core.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public static XmlDocument ParseResponseIntoXml(
	string response
)

Parameters

response
Type: SystemString
The response string.

Return Value

Type: XmlDocument
The XmlDocument object.
See Also