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