CloudmersiveConvertClient.ConvertDataXmlTransformWithXsltToXmlAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Transform XML document file with XSLT into a new XML document
public virtual System.Threading.Tasks.Task<string> ConvertDataXmlTransformWithXsltToXmlAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member ConvertDataXmlTransformWithXsltToXmlAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.ConvertDataXmlTransformWithXsltToXmlAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function ConvertDataXmlTransformWithXsltToXmlAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Transform XML document file with XSLT into a new XML document response.
Remarks
Convert an XML string or file into JSON