Click or drag to resize
StorageObjectReadAsStringAsync Method
Returns the contents of the Storage Object as a string. May result in a download from the service if the contents were not previously downloaded.

Namespace: Oracle.Cloud.Mobile.Storage
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public Task<string> ReadAsStringAsync()

Return Value

Type: TaskString
The string contents of the StorageObject.
See Also