Share via


FileResource.ReadTextAsync Method

Definition

Get resource as text async.

public override System.Threading.Tasks.Task<string> ReadTextAsync ();
override this.ReadTextAsync : unit -> System.Threading.Tasks.Task<string>
Public Overrides Function ReadTextAsync () As Task(Of String)

Returns

The resource as text.

Applies to