DecodeFromStringAsync Method
Decodes from string.
Syntax
[VB.NET]
Public Function DecodeFromStringAsync() As IAsyncAction
[C#]
public IAsyncAction 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.