Share via


TextToTableConverter.ConvertAsync(String) Method

Definition

Asynchronously formats the text input into a table.

public:
 virtual IAsyncOperationWithProgress<TextToTableResponseResult ^, Platform::String ^> ^ ConvertAsync(Platform::String ^ text) = ConvertAsync;
IAsyncOperationWithProgress<TextToTableResponseResult, winrt::hstring const&> ConvertAsync(winrt::hstring const& text);
public IAsyncOperationWithProgress<TextToTableResponseResult,string> ConvertAsync(string text);
function convertAsync(text)
Public Function ConvertAsync (text As String) As IAsyncOperationWithProgress(Of TextToTableResponseResult, String)

Parameters

text
String

Platform::String

winrt::hstring

The text to format.

Returns

The formatted text.

Applies to