CloudmersiveConvertClient.ConvertDataJsonToXmlAsync 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.
Convert JSON to XML conversion
public virtual System.Threading.Tasks.Task<string> ConvertDataJsonToXmlAsync(Azure.Connectors.Sdk.CloudmersiveConvert.Models.ConvertDataJsonToXmlInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member ConvertDataJsonToXmlAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.ConvertDataJsonToXmlInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.ConvertDataJsonToXmlAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.ConvertDataJsonToXmlInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function ConvertDataJsonToXmlAsync (input As ConvertDataJsonToXmlInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)
Parameters
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Convert JSON to XML conversion response.
Remarks
Convert a JSON object into XML