| 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)
Syntaxpublic static XmlDocument ParseResponseIntoXml(
string response
)
Parameters
- response
- Type: SystemString
The response string.
Return Value
Type:
XmlDocumentThe XmlDocument object.
See Also