EncodeToStringAsync Method
Encodes to string.
Syntax
[VB.NET]
Public Function EncodeToStringAsync() As IAsyncAction
[C#]
public IAsyncAction EncodeToStringAsync();
Remarks
This method is the asynchronous version of the
EncodeToString method and is used to support asynchronous operations in WinRT. Please refer to
EncodeToString for more information.