StorageFileHelper.ReadTextFromLocalFileAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a string value from a Windows.Storage.StorageFile located in the application local folder.
public static System.Threading.Tasks.Task<string> ReadTextFromLocalFileAsync (string fileName);
static member ReadTextFromLocalFileAsync : string -> System.Threading.Tasks.Task<string>
Public Function ReadTextFromLocalFileAsync (fileName As String) As Task(Of String)
Parameters
Returns
The stored String value.
Exceptions
Exception thrown if the fileName
is null or empty.