CloudmersiveConvertClient.ConvertDataXmlTransformWithXsltToXmlAsync Method

Definition

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

Applies to