Interface IResponseParser
Namespace: LemonEdge.ApiConnector
Assembly: LemonEdge.ApiConnector.dll
Syntax
public interface IResponseParser
Methods
XmlToCsv(string, XDocument)
Declaration
string XmlToCsv(string XslPath, XDocument Xml)
Parameters
Type | Name | Description |
---|---|---|
string | XslPath | |
XDocument | Xml |
Returns
Type | Description |
---|---|
string |