TextToTableConverter.ConvertAsync(String) 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.
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
IAsyncOperationWithProgress<TextToTableResponseResult,String>
IAsyncOperationWithProgress<TextToTableResponseResult,Platform::String>
IAsyncOperationWithProgress<TextToTableResponseResult,winrt::hstring>
The formatted text.