EncodeToStringAsync Method
Encodes to string.
Syntax
[VB.NET]
Public Function EncodeToStringAsync() As Task
[C#]
public Task 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.