Resource.ReadTextAsync 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.
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.