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