Share via


Resource.ReadTextAsync Method

Definition

Get resource as text async.

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

Returns

The resource as text.

Applies to