TextReverseConversionGenerator.ConvertBackAsync(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 reverse-converts a string which contains ideographic characters to a phonetic expression.
public:
virtual IAsyncOperation<Platform::String ^> ^ ConvertBackAsync(Platform::String ^ input) = ConvertBackAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> ConvertBackAsync(winrt::hstring const& input);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> ConvertBackAsync(string input);
function convertBackAsync(input)
Public Function ConvertBackAsync (input As String) As IAsyncOperation(Of String)
Parameters
- input
-
String
Platform::String
winrt::hstring
The string containing ideographic characters to be reverse-converted.
Returns
An asynchronous operation to return the phonetic expression.
- Attributes